Html Css Color HEX #AA7B15 Hacienda

📋 copy color: '#AA7B15'

red 170 ◦ green 123 ◦ blue 21

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

Shades of Hacienda #AA7B15

Tints of Hacienda #AA7B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 54.14%
G = 39.17%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA7B15 (or 0xAA7B15) is known color: Hacienda. HEX triplet: AA, 7B and 15. RGB value is (170,123,21). Sum of RGB (Red+Green+Blue) = 170+123+21=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7B15 is #5584EA. Grayscale: #7D7D7D. Windows color (decimal): -5604587 or 1407914. OLE color: 1407914.

HSL color Cylindrical-coordinate representation of color #AA7B15: hue angle of 41.07º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA7B15 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 123 21 -
CMYK 0 0.28 0.88 0.33
HSL 41.07º 0.78% 0.37% -
HSV(B) 41.07º 0.88% 0.67% -
XYZ 23.8 22.77 3.85 -
YUV 125.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 170 123 21 0 0.28 0.88 0.33 41.07 0.78 0.37
Hex AA 7B 15 0 1C 58 21 29 4E 25
Octal 252 173 25 0 34 130 41 51 116 45
Binary 10101010 1111011 10101 0 11100 1011000 100001 101001 1001110 100101

Color Harmonies of #AA7B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B15

Black with #AA7B15

Text Example


Text Example

White with #AA7B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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