Html Css Color HEX #AA7D1C Hacienda

📋 copy color: '#AA7D1C'

red 170 ◦ green 125 ◦ blue 28

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

Shades of Hacienda #AA7D1C

Tints of Hacienda #AA7D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.67%

R = 52.63%
G = 38.7%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA7D1C (or 0xAA7D1C) is known color: Hacienda. HEX triplet: AA, 7D and 1C. RGB value is (170,125,28). Sum of RGB (Red+Green+Blue) = 170+125+28=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D1C is #5582E3. Grayscale: #7F7F7F. Windows color (decimal): -5604068 or 1867178. OLE color: 1867178.

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

Color convert

RGB 170 125 28 -
CMYK 0 0.26 0.84 0.33
HSL 40.99º 0.72% 0.39% -
HSV(B) 40.99º 0.84% 0.67% -
XYZ 24.12 23.3 4.32 -
YUV 127.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 170 125 28 0 0.26 0.84 0.33 40.99 0.72 0.39
Hex AA 7D 1C 0 1A 54 21 29 48 27
Octal 252 175 34 0 32 124 41 51 110 47
Binary 10101010 1111101 11100 0 11010 1010100 100001 101001 1001000 100111

Color Harmonies of #AA7D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D1C

Black with #AA7D1C

Text Example


Text Example

White with #AA7D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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