Html Css Color HEX #A87813 Hacienda

📋 copy color: '#A87813'

red 168 ◦ green 120 ◦ blue 19

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

Shades of Hacienda #A87813

Tints of Hacienda #A87813

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.09%

 BLUE value IS 19 (7.81% from 255) = 6.19%

R = 54.72%
G = 39.09%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87813 (or 0xA87813) is known color: Hacienda. HEX triplet: A8, 78 and 13. RGB value is (168,120,19). Sum of RGB (Red+Green+Blue) = 168+120+19=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A87813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87813 is #5787EC. Grayscale: #7B7B7B. Windows color (decimal): -5736429 or 1276072. OLE color: 1276072.

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

Color convert

RGB 168 120 19 -
CMYK 0 0.29 0.89 0.34
HSL 40.67º 0.8% 0.37% -
HSV(B) 40.67º 0.89% 0.66% -
XYZ 22.98 21.8 3.61 -
YUV 122.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 168 120 19 0 0.29 0.89 0.34 40.67 0.8 0.37
Hex A8 78 13 0 1D 59 22 29 50 25
Octal 250 170 23 0 35 131 42 51 120 45
Binary 10101000 1111000 10011 0 11101 1011001 100010 101001 1010000 100101

Color Harmonies of #A87813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87813

Black with #A87813

Text Example


Text Example

White with #A87813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87813; }

 p { color: rgb(168,120,19); }

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

background-color css

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

 a { background-color: rgb(168,120,19); }

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

border-color css

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

 span { border-color: rgb(168,120,19); }

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