Html Css Color HEX #A26A09 Golden Brown

📋 copy color: '#A26A09'

red 162 ◦ green 106 ◦ blue 9

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

Shades of Golden Brown #A26A09

Tints of Golden Brown #A26A09

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.27%

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

R = 58.48%
G = 38.27%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A26A09 (or 0xA26A09) is known color: Golden Brown. HEX triplet: A2, 6A and 09. RGB value is (162,106,9). Sum of RGB (Red+Green+Blue) = 162+106+9=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26A09 is #5D95F6. Grayscale: #707070. Windows color (decimal): -6133239 or 617122. OLE color: 617122.

HSL color Cylindrical-coordinate representation of color #A26A09: hue angle of 38.04º 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 #A26A09 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 106 9 -
CMYK 0 0.35 0.94 0.36
HSL 38.04º 0.89% 0.34% -
HSV(B) 38.04º 0.94% 0.64% -
XYZ 20.1 18.01 2.67 -
YUV 111.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 162 106 9 0 0.35 0.94 0.36 38.04 0.89 0.34
Hex A2 6A 9 0 23 5E 24 26 59 22
Octal 242 152 11 0 43 136 44 46 131 42
Binary 10100010 1101010 1001 0 100011 1011110 100100 100110 1011001 100010

Color Harmonies of #A26A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26A09

Black with #A26A09

Text Example


Text Example

White with #A26A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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