Html Css Color HEX #A86409 Golden Brown

📋 copy color: '#A86409'

red 168 ◦ green 100 ◦ blue 9

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

Shades of Golden Brown #A86409

Tints of Golden Brown #A86409

RGB

 RED value IS 168 (66.02% from 255) = 60.65%

 GREEN value IS 100 (39.45% from 255) = 36.1%

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

R = 60.65%
G = 36.1%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A86409 (or 0xA86409) is known color: Golden Brown. HEX triplet: A8, 64 and 09. RGB value is (168,100,9). Sum of RGB (Red+Green+Blue) = 168+100+9=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A86409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86409 is #579BF6. Grayscale: #6E6E6E. Windows color (decimal): -5741559 or 615592. OLE color: 615592.

HSL color Cylindrical-coordinate representation of color #A86409: hue angle of 34.34º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A86409 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 100 9 -
CMYK 0 0.40 0.95 0.34
HSL 34.34º 0.9% 0.35% -
HSV(B) 34.34º 0.95% 0.66% -
XYZ 20.75 17.46 2.53 -
YUV 109.96 71.03 169.4 -
System Red Green Blue C M Y K H S L
Decimal 168 100 9 0 0.40 0.95 0.34 34.34 0.9 0.35
Hex A8 64 9 0 28 5F 22 22 5A 23
Octal 250 144 11 0 50 137 42 42 132 43
Binary 10101000 1100100 1001 0 101000 1011111 100010 100010 1011010 100011

Color Harmonies of #A86409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86409

Black with #A86409

Text Example


Text Example

White with #A86409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86409; }

 p { color: rgb(168,100,9); }

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

background-color css

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

 a { background-color: rgb(168,100,9); }

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

border-color css

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

 span { border-color: rgb(168,100,9); }

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