Html Css Color HEX #A98616 Hacienda

📋 copy color: '#A98616'

red 169 ◦ green 134 ◦ blue 22

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

Shades of Hacienda #A98616

Tints of Hacienda #A98616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.23%

 BLUE value IS 22 (8.98% from 255) = 6.77%

R = 52%
G = 41.23%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A98616 (or 0xA98616) is known color: Hacienda. HEX triplet: A9, 86 and 16. RGB value is (169,134,22). Sum of RGB (Red+Green+Blue) = 169+134+22=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A98616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98616 is #5679E9. Grayscale: #848484. Windows color (decimal): -5667306 or 1476265. OLE color: 1476265.

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

Color convert

RGB 169 134 22 -
CMYK 0 0.21 0.87 0.34
HSL 45.71º 0.77% 0.37% -
HSV(B) 45.71º 0.87% 0.66% -
XYZ 25.03 25.54 4.37 -
YUV 131.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 169 134 22 0 0.21 0.87 0.34 45.71 0.77 0.37
Hex A9 86 16 0 15 57 22 2E 4D 25
Octal 251 206 26 0 25 127 42 56 115 45
Binary 10101001 10000110 10110 0 10101 1010111 100010 101110 1001101 100101

Color Harmonies of #A98616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98616

Black with #A98616

Text Example


Text Example

White with #A98616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98616; }

 p { color: rgb(169,134,22); }

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

background-color css

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

 a { background-color: rgb(169,134,22); }

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

border-color css

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

 span { border-color: rgb(169,134,22); }

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