Html Css Color HEX #A98528 Hacienda

📋 copy color: '#A98528'

red 169 ◦ green 133 ◦ blue 40

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

Shades of Hacienda #A98528

Tints of Hacienda #A98528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.7%

R = 49.42%
G = 38.89%
B = 11.7%

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

#A98528 (or 0xA98528) is known color: Hacienda. HEX triplet: A9, 85 and 28. RGB value is (169,133,40). Sum of RGB (Red+Green+Blue) = 169+133+40=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A98528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98528 is #567AD7. Grayscale: #858585. Windows color (decimal): -5667544 or 2655657. OLE color: 2655657.

HSL color Cylindrical-coordinate representation of color #A98528: hue angle of 43.26º degrees, saturation: 0.62, 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 #A98528 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 133 40 -
CMYK 0 0.21 0.76 0.34
HSL 43.26º 0.62% 0.41% -
HSV(B) 43.26º 0.76% 0.66% -
XYZ 25.13 25.36 5.58 -
YUV 133.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 169 133 40 0 0.21 0.76 0.34 43.26 0.62 0.41
Hex A9 85 28 0 15 4C 22 2B 3E 29
Octal 251 205 50 0 25 114 42 53 76 51
Binary 10101001 10000101 101000 0 10101 1001100 100010 101011 111110 101001

Color Harmonies of #A98528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98528

Black with #A98528

Text Example


Text Example

White with #A98528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98528; }

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

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

background-color css

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

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

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

border-color css

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

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

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