Html Css Color HEX #AA7D1A Hacienda

📋 copy color: '#AA7D1A'

red 170 ◦ green 125 ◦ blue 26

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

Shades of Hacienda #AA7D1A

Tints of Hacienda #AA7D1A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.94%

 BLUE value IS 26 (10.55% from 255) = 8.1%

R = 52.96%
G = 38.94%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA7D1A (or 0xAA7D1A) is known color: Hacienda. HEX triplet: AA, 7D and 1A. RGB value is (170,125,26). Sum of RGB (Red+Green+Blue) = 170+125+26=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D1A is #5582E5. Grayscale: #7F7F7F. Windows color (decimal): -5604070 or 1736106. OLE color: 1736106.

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

Color convert

RGB 170 125 26 -
CMYK 0 0.26 0.85 0.33
HSL 41.25º 0.73% 0.38% -
HSV(B) 41.25º 0.85% 0.67% -
XYZ 24.1 23.29 4.2 -
YUV 127.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 170 125 26 0 0.26 0.85 0.33 41.25 0.73 0.38
Hex AA 7D 1A 0 1A 55 21 29 49 26
Octal 252 175 32 0 32 125 41 51 111 46
Binary 10101010 1111101 11010 0 11010 1010101 100001 101001 1001001 100110

Color Harmonies of #AA7D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D1A

Black with #AA7D1A

Text Example


Text Example

White with #AA7D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D1A; }

 p { color: rgb(170,125,26); }

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

background-color css

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

 a { background-color: rgb(170,125,26); }

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

border-color css

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

 span { border-color: rgb(170,125,26); }

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