Html Css Color HEX #AA7918 Hacienda

📋 copy color: '#AA7918'

red 170 ◦ green 121 ◦ blue 24

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

Shades of Hacienda #AA7918

Tints of Hacienda #AA7918

RGB

 RED value IS 170 (66.8% from 255) = 53.97%

 GREEN value IS 121 (47.66% from 255) = 38.41%

 BLUE value IS 24 (9.77% from 255) = 7.62%

R = 53.97%
G = 38.41%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA7918 (or 0xAA7918) is known color: Hacienda. HEX triplet: AA, 79 and 18. RGB value is (170,121,24). Sum of RGB (Red+Green+Blue) = 170+121+24=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7918 is #5586E7. Grayscale: #7D7D7D. Windows color (decimal): -5605096 or 1604010. OLE color: 1604010.

HSL color Cylindrical-coordinate representation of color #AA7918: hue angle of 39.86º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA7918 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 121 24 -
CMYK 0 0.29 0.86 0.33
HSL 39.86º 0.75% 0.38% -
HSV(B) 39.86º 0.86% 0.67% -
XYZ 23.58 22.29 3.92 -
YUV 124.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 170 121 24 0 0.29 0.86 0.33 39.86 0.75 0.38
Hex AA 79 18 0 1D 56 21 28 4B 26
Octal 252 171 30 0 35 126 41 50 113 46
Binary 10101010 1111001 11000 0 11101 1010110 100001 101000 1001011 100110

Color Harmonies of #AA7918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7918

Black with #AA7918

Text Example


Text Example

White with #AA7918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7918; }

 p { color: rgb(170,121,24); }

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

background-color css

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

 a { background-color: rgb(170,121,24); }

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

border-color css

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

 span { border-color: rgb(170,121,24); }

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