Html Css Color HEX #A86519 Golden Brown

📋 copy color: '#A86519'

red 168 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #A86519

Tints of Golden Brown #A86519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.5%

R = 57.14%
G = 34.35%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A86519 (or 0xA86519) is known color: Golden Brown. HEX triplet: A8, 65 and 19. RGB value is (168,101,25). Sum of RGB (Red+Green+Blue) = 168+101+25=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A86519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86519 is #579AE6. Grayscale: #707070. Windows color (decimal): -5741287 or 1664424. OLE color: 1664424.

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

Color convert

RGB 168 101 25 -
CMYK 0 0.40 0.85 0.34
HSL 31.89º 0.74% 0.38% -
HSV(B) 31.89º 0.85% 0.66% -
XYZ 20.98 17.7 3.23 -
YUV 112.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 168 101 25 0 0.40 0.85 0.34 31.89 0.74 0.38
Hex A8 65 19 0 28 55 22 20 4A 26
Octal 250 145 31 0 50 125 42 40 112 46
Binary 10101000 1100101 11001 0 101000 1010101 100010 100000 1001010 100110

Color Harmonies of #A86519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86519

Black with #A86519

Text Example


Text Example

White with #A86519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86519; }

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

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

background-color css

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

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

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

border-color css

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

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

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