Html Css Color HEX #A86516 Golden Brown

📋 copy color: '#A86516'

red 168 ◦ green 101 ◦ blue 22

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

Shades of Golden Brown #A86516

Tints of Golden Brown #A86516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.71%

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

R = 57.73%
G = 34.71%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A86516 (or 0xA86516) is known color: Golden Brown. HEX triplet: A8, 65 and 16. RGB value is (168,101,22). Sum of RGB (Red+Green+Blue) = 168+101+22=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A86516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86516 is #579AE9. Grayscale: #707070. Windows color (decimal): -5741290 or 1467816. OLE color: 1467816.

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

Color convert

RGB 168 101 22 -
CMYK 0 0.40 0.87 0.34
HSL 32.47º 0.77% 0.37% -
HSV(B) 32.47º 0.87% 0.66% -
XYZ 20.95 17.69 3.07 -
YUV 112.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 168 101 22 0 0.40 0.87 0.34 32.47 0.77 0.37
Hex A8 65 16 0 28 57 22 20 4D 25
Octal 250 145 26 0 50 127 42 40 115 45
Binary 10101000 1100101 10110 0 101000 1010111 100010 100000 1001101 100101

Color Harmonies of #A86516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86516

Black with #A86516

Text Example


Text Example

White with #A86516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86516; }

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

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

background-color css

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

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

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

border-color css

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

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

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