Html Css Color HEX #A98824 Hacienda

📋 copy color: '#A98824'

red 169 ◦ green 136 ◦ blue 36

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

Shades of Hacienda #A98824

Tints of Hacienda #A98824

RGB

 RED value IS 169 (66.41% from 255) = 49.56%

 GREEN value IS 136 (53.52% from 255) = 39.88%

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 49.56%
G = 39.88%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A98824 (or 0xA98824) is known color: Hacienda. HEX triplet: A9, 88 and 24. RGB value is (169,136,36). Sum of RGB (Red+Green+Blue) = 169+136+36=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A98824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98824 is #5677DB. Grayscale: #868686. Windows color (decimal): -5666780 or 2394281. OLE color: 2394281.

HSL color Cylindrical-coordinate representation of color #A98824: hue angle of 45.11º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A98824 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 136 36 -
CMYK 0 0.20 0.79 0.34
HSL 45.11º 0.65% 0.4% -
HSV(B) 45.11º 0.79% 0.66% -
XYZ 25.48 26.17 5.38 -
YUV 134.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 169 136 36 0 0.20 0.79 0.34 45.11 0.65 0.4
Hex A9 88 24 0 14 4F 22 2D 41 28
Octal 251 210 44 0 24 117 42 55 101 50
Binary 10101001 10001000 100100 0 10100 1001111 100010 101101 1000001 101000

Color Harmonies of #A98824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98824

Black with #A98824

Text Example


Text Example

White with #A98824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98824; }

 p { color: rgb(169,136,36); }

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

background-color css

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

 a { background-color: rgb(169,136,36); }

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

border-color css

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

 span { border-color: rgb(169,136,36); }

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