Html Css Color HEX #AA7F1D Hacienda

📋 copy color: '#AA7F1D'

red 170 ◦ green 127 ◦ blue 29

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

Shades of Hacienda #AA7F1D

Tints of Hacienda #AA7F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 38.96%

 BLUE value IS 29 (11.72% from 255) = 8.9%

R = 52.15%
G = 38.96%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA7F1D (or 0xAA7F1D) is known color: Hacienda. HEX triplet: AA, 7F and 1D. RGB value is (170,127,29). Sum of RGB (Red+Green+Blue) = 170+127+29=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F1D is #5580E2. Grayscale: #818181. Windows color (decimal): -5603555 or 1933226. OLE color: 1933226.

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

Color convert

RGB 170 127 29 -
CMYK 0 0.25 0.83 0.33
HSL 41.7º 0.71% 0.39% -
HSV(B) 41.7º 0.83% 0.67% -
XYZ 24.39 23.81 4.47 -
YUV 128.69 71.75 157.47 -
System Red Green Blue C M Y K H S L
Decimal 170 127 29 0 0.25 0.83 0.33 41.7 0.71 0.39
Hex AA 7F 1D 0 19 53 21 2A 47 27
Octal 252 177 35 0 31 123 41 52 107 47
Binary 10101010 1111111 11101 0 11001 1010011 100001 101010 1000111 100111

Color Harmonies of #AA7F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F1D

Black with #AA7F1D

Text Example


Text Example

White with #AA7F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F1D; }

 p { color: rgb(170,127,29); }

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

background-color css

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

 a { background-color: rgb(170,127,29); }

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

border-color css

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

 span { border-color: rgb(170,127,29); }

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