Html Css Color HEX #A86019 Golden Brown

📋 copy color: '#A86019'

red 168 ◦ green 96 ◦ blue 25

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

Shades of Golden Brown #A86019

Tints of Golden Brown #A86019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.22%

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

R = 58.13%
G = 33.22%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A86019 (or 0xA86019) is known color: Golden Brown. HEX triplet: A8, 60 and 19. RGB value is (168,96,25). Sum of RGB (Red+Green+Blue) = 168+96+25=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A86019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86019 is #579FE6. Grayscale: #6D6D6D. Windows color (decimal): -5742567 or 1663144. OLE color: 1663144.

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

Color convert

RGB 168 96 25 -
CMYK 0 0.43 0.85 0.34
HSL 29.79º 0.74% 0.38% -
HSV(B) 29.79º 0.85% 0.66% -
XYZ 20.51 16.76 3.07 -
YUV 109.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 168 96 25 0 0.43 0.85 0.34 29.79 0.74 0.38
Hex A8 60 19 0 2B 55 22 1E 4A 26
Octal 250 140 31 0 53 125 42 36 112 46
Binary 10101000 1100000 11001 0 101011 1010101 100010 11110 1001010 100110

Color Harmonies of #A86019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86019

Black with #A86019

Text Example


Text Example

White with #A86019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86019; }

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

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

background-color css

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

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

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

border-color css

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

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

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