Html Css Color HEX #A88119 Hacienda

📋 copy color: '#A88119'

red 168 ◦ green 129 ◦ blue 25

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

Shades of Hacienda #A88119

Tints of Hacienda #A88119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.06%

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

R = 52.17%
G = 40.06%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A88119 (or 0xA88119) is known color: Hacienda. HEX triplet: A8, 81 and 19. RGB value is (168,129,25). Sum of RGB (Red+Green+Blue) = 168+129+25=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A88119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88119 is #577EE6. Grayscale: #818181. Windows color (decimal): -5734119 or 1671592. OLE color: 1671592.

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

Color convert

RGB 168 129 25 -
CMYK 0 0.23 0.85 0.34
HSL 43.64º 0.74% 0.38% -
HSV(B) 43.64º 0.85% 0.66% -
XYZ 24.17 24.1 4.3 -
YUV 128.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 168 129 25 0 0.23 0.85 0.34 43.64 0.74 0.38
Hex A8 81 19 0 17 55 22 2C 4A 26
Octal 250 201 31 0 27 125 42 54 112 46
Binary 10101000 10000001 11001 0 10111 1010101 100010 101100 1001010 100110

Color Harmonies of #A88119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88119

Black with #A88119

Text Example


Text Example

White with #A88119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88119; }

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

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

background-color css

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

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

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

border-color css

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

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

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