Html Css Color HEX #A86F10 Golden Brown

📋 copy color: '#A86F10'

red 168 ◦ green 111 ◦ blue 16

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

Shades of Golden Brown #A86F10

Tints of Golden Brown #A86F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.63%

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

R = 56.95%
G = 37.63%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A86F10 (or 0xA86F10) is known color: Golden Brown. HEX triplet: A8, 6F and 10. RGB value is (168,111,16). Sum of RGB (Red+Green+Blue) = 168+111+16=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86F10 is #5790EF. Grayscale: #757575. Windows color (decimal): -5738736 or 1077160. OLE color: 1077160.

HSL color Cylindrical-coordinate representation of color #A86F10: hue angle of 37.5º 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 #A86F10 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 111 16 -
CMYK 0 0.34 0.90 0.34
HSL 37.5º 0.83% 0.36% -
HSV(B) 37.5º 0.9% 0.66% -
XYZ 21.93 19.73 3.14 -
YUV 117.21 70.88 164.22 -
System Red Green Blue C M Y K H S L
Decimal 168 111 16 0 0.34 0.90 0.34 37.5 0.83 0.36
Hex A8 6F 10 0 22 5A 22 26 53 24
Octal 250 157 20 0 42 132 42 46 123 44
Binary 10101000 1101111 10000 0 100010 1011010 100010 100110 1010011 100100

Color Harmonies of #A86F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86F10

Black with #A86F10

Text Example


Text Example

White with #A86F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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