#A7621C

Color #A7621C Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A7621C

Tints of Golden Brown #A7621C

Color information

#A7621C (or 0xA7621C) is unknown color: approx Golden Brown. HEX triplet: A7, 62 and 1C. RGB value is (167,98,28). Sum of RGB (Red+Green+Blue) = 167+98+28=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A7621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7621C is #589DE3. Grayscale: #6F6F6F. Windows color (decimal): -5807588 or 1860263. OLE color: 1860263.

HSL color Cylindrical-coordinate representation of color #A7621C: hue angle of 30.22º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7621C is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB1679828-
CMYK00.410.830.35
HSL30.22º71.28%38.24%-
HSV(B)30.22º83.23%65.49%-
XYZ20.5117.033.31-
YUV110.6581.36168.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 57.00%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 28 (11.33% from 255) = 9.56%
R=57.00%
G=33.45%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167982800.410.830.3530.2271.2838.24
HexA7621C02953231e4726
Octal24714234051123433610746
Binary1010011111000101110001010011010011100011111101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7621C; }

 p { color: rgb(167,98,28); }

 H1.HeaderClassName
 {
   color: #A7621C;
 }
 .AnyTagClassName
 {
   color: #A7621C;
 }
</style>
background-color css

<style>
 a { background-color: #A7621C; }

 a { background-color: rgb(167,98,28); }

 div.DivClassName
 {
   background-color: #A7621C;
 }
 .BgClassName
 {
   background-color: #A7621C;
 }
</style>
border-color css

<style>
 span { border-color: #A7621C; }

 span { border-color: rgb(167,98,28); }

 td.TdClassName
 {
   border-color: #A7621C;
 }
 .TagClassName
 {
   border-color: #A7621C;
 }
</style>