Html Css Color HEX #A86514 Golden Brown

📋 copy color: '#A86514'

red 168 ◦ green 101 ◦ blue 20

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

Shades of Golden Brown #A86514

Tints of Golden Brown #A86514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 58.13%
G = 34.95%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A86514 (or 0xA86514) is known color: Golden Brown. HEX triplet: A8, 65 and 14. RGB value is (168,101,20). Sum of RGB (Red+Green+Blue) = 168+101+20=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A86514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86514 is #579AEB. Grayscale: #707070. Windows color (decimal): -5741292 or 1336744. OLE color: 1336744.

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

Color convert

RGB 168 101 20 -
CMYK 0 0.40 0.88 0.34
HSL 32.84º 0.79% 0.37% -
HSV(B) 32.84º 0.88% 0.66% -
XYZ 20.93 17.68 2.97 -
YUV 111.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 168 101 20 0 0.40 0.88 0.34 32.84 0.79 0.37
Hex A8 65 14 0 28 58 22 21 4F 25
Octal 250 145 24 0 50 130 42 41 117 45
Binary 10101000 1100101 10100 0 101000 1011000 100010 100001 1001111 100101

Color Harmonies of #A86514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86514

Black with #A86514

Text Example


Text Example

White with #A86514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86514; }

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

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

background-color css

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

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

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

border-color css

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

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

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