Html Css Color HEX #A86417 Golden Brown

📋 copy color: '#A86417'

red 168 ◦ green 100 ◦ blue 23

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

Shades of Golden Brown #A86417

Tints of Golden Brown #A86417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.9%

R = 57.73%
G = 34.36%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A86417 (or 0xA86417) is known color: Golden Brown. HEX triplet: A8, 64 and 17. RGB value is (168,100,23). Sum of RGB (Red+Green+Blue) = 168+100+23=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A86417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86417 is #579BE8. Grayscale: #6F6F6F. Windows color (decimal): -5741545 or 1533096. OLE color: 1533096.

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

Color convert

RGB 168 100 23 -
CMYK 0 0.40 0.86 0.34
HSL 31.86º 0.76% 0.37% -
HSV(B) 31.86º 0.86% 0.66% -
XYZ 20.86 17.5 3.09 -
YUV 111.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 168 100 23 0 0.40 0.86 0.34 31.86 0.76 0.37
Hex A8 64 17 0 28 56 22 20 4C 25
Octal 250 144 27 0 50 126 42 40 114 45
Binary 10101000 1100100 10111 0 101000 1010110 100010 100000 1001100 100101

Color Harmonies of #A86417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86417

Black with #A86417

Text Example


Text Example

White with #A86417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86417; }

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

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

background-color css

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

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

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

border-color css

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

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

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