Html Css Color HEX #A86716 Golden Brown

📋 copy color: '#A86716'

red 168 ◦ green 103 ◦ blue 22

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

Shades of Golden Brown #A86716

Tints of Golden Brown #A86716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 57.34%
G = 35.15%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A86716 (or 0xA86716) is known color: Golden Brown. HEX triplet: A8, 67 and 16. RGB value is (168,103,22). Sum of RGB (Red+Green+Blue) = 168+103+22=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A86716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86716 is #5798E9. Grayscale: #717171. Windows color (decimal): -5740778 or 1468328. OLE color: 1468328.

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

Color convert

RGB 168 103 22 -
CMYK 0 0.39 0.87 0.34
HSL 33.29º 0.77% 0.37% -
HSV(B) 33.29º 0.87% 0.66% -
XYZ 21.14 18.08 3.14 -
YUV 113.2 76.53 167.09 -
System Red Green Blue C M Y K H S L
Decimal 168 103 22 0 0.39 0.87 0.34 33.29 0.77 0.37
Hex A8 67 16 0 27 57 22 21 4D 25
Octal 250 147 26 0 47 127 42 41 115 45
Binary 10101000 1100111 10110 0 100111 1010111 100010 100001 1001101 100101

Color Harmonies of #A86716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86716

Black with #A86716

Text Example


Text Example

White with #A86716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86716; }

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

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

background-color css

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

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

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

border-color css

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

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

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