Html Css Color HEX #A98529 Hacienda

📋 copy color: '#A98529'

red 169 ◦ green 133 ◦ blue 41

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

Shades of Hacienda #A98529

Tints of Hacienda #A98529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

 BLUE value IS 41 (16.41% from 255) = 11.95%

R = 49.27%
G = 38.78%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A98529 (or 0xA98529) is known color: Hacienda. HEX triplet: A9, 85 and 29. RGB value is (169,133,41). Sum of RGB (Red+Green+Blue) = 169+133+41=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A98529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98529 is #567AD6. Grayscale: #858585. Windows color (decimal): -5667543 or 2721193. OLE color: 2721193.

HSL color Cylindrical-coordinate representation of color #A98529: hue angle of 43.12º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A98529 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 133 41 -
CMYK 0 0.21 0.76 0.34
HSL 43.13º 0.61% 0.41% -
HSV(B) 43.13º 0.76% 0.66% -
XYZ 25.15 25.37 5.67 -
YUV 133.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 169 133 41 0 0.21 0.76 0.34 43.13 0.61 0.41
Hex A9 85 29 0 15 4C 22 2B 3D 29
Octal 251 205 51 0 25 114 42 53 75 51
Binary 10101001 10000101 101001 0 10101 1001100 100010 101011 111101 101001

Color Harmonies of #A98529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98529

Black with #A98529

Text Example


Text Example

White with #A98529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98529; }

 p { color: rgb(169,133,41); }

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

background-color css

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

 a { background-color: rgb(169,133,41); }

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

border-color css

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

 span { border-color: rgb(169,133,41); }

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