Html Css Color HEX #A86410 Golden Brown

📋 copy color: '#A86410'

red 168 ◦ green 100 ◦ blue 16

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

Shades of Golden Brown #A86410

Tints of Golden Brown #A86410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.63%

R = 59.15%
G = 35.21%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A86410 (or 0xA86410) is known color: Golden Brown. HEX triplet: A8, 64 and 10. RGB value is (168,100,16). Sum of RGB (Red+Green+Blue) = 168+100+16=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A86410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86410 is #579BEF. Grayscale: #6F6F6F. Windows color (decimal): -5741552 or 1074344. OLE color: 1074344.

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

Color convert

RGB 168 100 16 -
CMYK 0 0.40 0.90 0.34
HSL 33.16º 0.83% 0.36% -
HSV(B) 33.16º 0.9% 0.66% -
XYZ 20.8 17.48 2.77 -
YUV 110.76 74.53 168.83 -
System Red Green Blue C M Y K H S L
Decimal 168 100 16 0 0.40 0.90 0.34 33.16 0.83 0.36
Hex A8 64 10 0 28 5A 22 21 53 24
Octal 250 144 20 0 50 132 42 41 123 44
Binary 10101000 1100100 10000 0 101000 1011010 100010 100001 1010011 100100

Color Harmonies of #A86410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86410

Black with #A86410

Text Example


Text Example

White with #A86410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86410; }

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

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

background-color css

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

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

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

border-color css

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

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

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