Html Css Color HEX #A86710 Golden Brown

📋 copy color: '#A86710'

red 168 ◦ green 103 ◦ blue 16

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

Shades of Golden Brown #A86710

Tints of Golden Brown #A86710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.89%

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

R = 58.54%
G = 35.89%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A86710 (or 0xA86710) is known color: Golden Brown. HEX triplet: A8, 67 and 10. RGB value is (168,103,16). Sum of RGB (Red+Green+Blue) = 168+103+16=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A86710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86710 is #5798EF. Grayscale: #707070. Windows color (decimal): -5740784 or 1075112. OLE color: 1075112.

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

Color convert

RGB 168 103 16 -
CMYK 0 0.39 0.90 0.34
HSL 34.34º 0.83% 0.36% -
HSV(B) 34.34º 0.9% 0.66% -
XYZ 21.09 18.06 2.86 -
YUV 112.52 73.53 167.57 -
System Red Green Blue C M Y K H S L
Decimal 168 103 16 0 0.39 0.90 0.34 34.34 0.83 0.36
Hex A8 67 10 0 27 5A 22 22 53 24
Octal 250 147 20 0 47 132 42 42 123 44
Binary 10101000 1100111 10000 0 100111 1011010 100010 100010 1010011 100100

Color Harmonies of #A86710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86710

Black with #A86710

Text Example


Text Example

White with #A86710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86710; }

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

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

background-color css

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

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

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

border-color css

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

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

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