Html Css Color HEX #A88919 Hacienda

📋 copy color: '#A88919'

red 168 ◦ green 137 ◦ blue 25

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

Shades of Hacienda #A88919

Tints of Hacienda #A88919

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.52%

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

R = 50.91%
G = 41.52%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A88919 (or 0xA88919) is known color: Hacienda. HEX triplet: A8, 89 and 19. RGB value is (168,137,25). Sum of RGB (Red+Green+Blue) = 168+137+25=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A88919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88919 is #5776E6. Grayscale: #858585. Windows color (decimal): -5732071 or 1673640. OLE color: 1673640.

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

Color convert

RGB 168 137 25 -
CMYK 0 0.18 0.85 0.34
HSL 46.99º 0.74% 0.38% -
HSV(B) 46.99º 0.85% 0.66% -
XYZ 25.27 26.29 4.66 -
YUV 133.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 168 137 25 0 0.18 0.85 0.34 46.99 0.74 0.38
Hex A8 89 19 0 12 55 22 2F 4A 26
Octal 250 211 31 0 22 125 42 57 112 46
Binary 10101000 10001001 11001 0 10010 1010101 100010 101111 1001010 100110

Color Harmonies of #A88919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88919

Black with #A88919

Text Example


Text Example

White with #A88919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88919; }

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

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

background-color css

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

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

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

border-color css

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

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

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