Html Css Color HEX #AA7D1F Hacienda

📋 copy color: '#AA7D1F'

red 170 ◦ green 125 ◦ blue 31

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

Shades of Hacienda #AA7D1F

Tints of Hacienda #AA7D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 52.15%
G = 38.34%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA7D1F (or 0xAA7D1F) is known color: Hacienda. HEX triplet: AA, 7D and 1F. RGB value is (170,125,31). Sum of RGB (Red+Green+Blue) = 170+125+31=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D1F is #5582E0. Grayscale: #808080. Windows color (decimal): -5604065 or 2063786. OLE color: 2063786.

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

Color convert

RGB 170 125 31 -
CMYK 0 0.26 0.82 0.33
HSL 40.58º 0.69% 0.39% -
HSV(B) 40.58º 0.82% 0.67% -
XYZ 24.16 23.31 4.52 -
YUV 127.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 170 125 31 0 0.26 0.82 0.33 40.58 0.69 0.39
Hex AA 7D 1F 0 1A 52 21 29 45 27
Octal 252 175 37 0 32 122 41 51 105 47
Binary 10101010 1111101 11111 0 11010 1010010 100001 101001 1000101 100111

Color Harmonies of #AA7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D1F

Black with #AA7D1F

Text Example


Text Example

White with #AA7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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