Html Css Color HEX #A98922 Hacienda

📋 copy color: '#A98922'

red 169 ◦ green 137 ◦ blue 34

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

Shades of Hacienda #A98922

Tints of Hacienda #A98922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10%

R = 49.71%
G = 40.29%
B = 10%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A98922 (or 0xA98922) is known color: Hacienda. HEX triplet: A9, 89 and 22. RGB value is (169,137,34). Sum of RGB (Red+Green+Blue) = 169+137+34=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A98922 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98922 is #5676DD. Grayscale: #878787. Windows color (decimal): -5666526 or 2263465. OLE color: 2263465.

HSL color Cylindrical-coordinate representation of color #A98922: hue angle of 45.78º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A98922 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 137 34 -
CMYK 0 0.19 0.80 0.34
HSL 45.78º 0.67% 0.4% -
HSV(B) 45.78º 0.8% 0.66% -
XYZ 25.6 26.44 5.27 -
YUV 134.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 169 137 34 0 0.19 0.80 0.34 45.78 0.67 0.4
Hex A9 89 22 0 13 50 22 2E 43 28
Octal 251 211 42 0 23 120 42 56 103 50
Binary 10101001 10001001 100010 0 10011 1010000 100010 101110 1000011 101000

Color Harmonies of #A98922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98922

Black with #A98922

Text Example


Text Example

White with #A98922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98922; }

 p { color: rgb(169,137,34); }

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

background-color css

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

 a { background-color: rgb(169,137,34); }

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

border-color css

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

 span { border-color: rgb(169,137,34); }

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