Html Css Color HEX #A87913 Hacienda

📋 copy color: '#A87913'

red 168 ◦ green 121 ◦ blue 19

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

Shades of Hacienda #A87913

Tints of Hacienda #A87913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

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

R = 54.55%
G = 39.29%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87913 (or 0xA87913) is known color: Hacienda. HEX triplet: A8, 79 and 13. RGB value is (168,121,19). Sum of RGB (Red+Green+Blue) = 168+121+19=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A87913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87913 is #5786EC. Grayscale: #7B7B7B. Windows color (decimal): -5736173 or 1276328. OLE color: 1276328.

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

Color convert

RGB 168 121 19 -
CMYK 0 0.28 0.89 0.34
HSL 41.07º 0.8% 0.37% -
HSV(B) 41.07º 0.89% 0.66% -
XYZ 23.1 22.05 3.65 -
YUV 123.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 168 121 19 0 0.28 0.89 0.34 41.07 0.8 0.37
Hex A8 79 13 0 1C 59 22 29 50 25
Octal 250 171 23 0 34 131 42 51 120 45
Binary 10101000 1111001 10011 0 11100 1011001 100010 101001 1010000 100101

Color Harmonies of #A87913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87913

Black with #A87913

Text Example


Text Example

White with #A87913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87913; }

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

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

background-color css

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

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

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

border-color css

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

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

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