Html Css Color HEX #A26209 Golden Brown

📋 copy color: '#A26209'

red 162 ◦ green 98 ◦ blue 9

#A26209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A26209

Tints of Golden Brown #A26209

RGB

 RED value IS 162 (63.67% from 255) = 60.22%

 GREEN value IS 98 (38.67% from 255) = 36.43%

 BLUE value IS 9 (3.91% from 255) = 3.35%

R = 60.22%
G = 36.43%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A26209 (or 0xA26209) is known color: Golden Brown. HEX triplet: A2, 62 and 09. RGB value is (162,98,9). Sum of RGB (Red+Green+Blue) = 162+98+9=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A26209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26209 is #5D9DF6. Grayscale: #6B6B6B. Windows color (decimal): -6135287 or 615074. OLE color: 615074.

HSL color Cylindrical-coordinate representation of color #A26209: hue angle of 34.9º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A26209 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 98 9 -
CMYK 0 0.40 0.94 0.36
HSL 34.9º 0.89% 0.34% -
HSV(B) 34.9º 0.94% 0.64% -
XYZ 19.32 16.44 2.41 -
YUV 106.99 72.7 167.24 -
System Red Green Blue C M Y K H S L
Decimal 162 98 9 0 0.40 0.94 0.36 34.9 0.89 0.34
Hex A2 62 9 0 28 5E 24 23 59 22
Octal 242 142 11 0 50 136 44 43 131 42
Binary 10100010 1100010 1001 0 101000 1011110 100100 100011 1011001 100010

Color Harmonies of #A26209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26209

Black with #A26209

Text Example


Text Example

White with #A26209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26209; }

 p { color: rgb(162,98,9); }

 H1.HeaderClassName
 {
   color: #A26209;
 }
 .AnyTagClassName
 {
   color: #A26209;
 }
</style>

background-color css

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

 a { background-color: rgb(162,98,9); }

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

border-color css

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

 span { border-color: rgb(162,98,9); }

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