Html Css Color HEX #AA7B18 Hacienda

📋 copy color: '#AA7B18'

red 170 ◦ green 123 ◦ blue 24

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

Shades of Hacienda #AA7B18

Tints of Hacienda #AA7B18

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.8%

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

R = 53.63%
G = 38.8%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA7B18 (or 0xAA7B18) is known color: Hacienda. HEX triplet: AA, 7B and 18. RGB value is (170,123,24). Sum of RGB (Red+Green+Blue) = 170+123+24=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7B18 is #5584E7. Grayscale: #7E7E7E. Windows color (decimal): -5604584 or 1604522. OLE color: 1604522.

HSL color Cylindrical-coordinate representation of color #AA7B18: hue angle of 40.68º 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 #AA7B18 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 123 24 -
CMYK 0 0.28 0.86 0.33
HSL 40.68º 0.75% 0.38% -
HSV(B) 40.68º 0.86% 0.67% -
XYZ 23.83 22.78 4 -
YUV 125.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 170 123 24 0 0.28 0.86 0.33 40.68 0.75 0.38
Hex AA 7B 18 0 1C 56 21 29 4B 26
Octal 252 173 30 0 34 126 41 51 113 46
Binary 10101010 1111011 11000 0 11100 1010110 100001 101001 1001011 100110

Color Harmonies of #AA7B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B18

Black with #AA7B18

Text Example


Text Example

White with #AA7B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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