Html Css Color HEX #AA7F1E Hacienda

📋 copy color: '#AA7F1E'

red 170 ◦ green 127 ◦ blue 30

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

Shades of Hacienda #AA7F1E

Tints of Hacienda #AA7F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.17%

R = 51.99%
G = 38.84%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA7F1E (or 0xAA7F1E) is known color: Hacienda. HEX triplet: AA, 7F and 1E. RGB value is (170,127,30). Sum of RGB (Red+Green+Blue) = 170+127+30=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F1E is #5580E1. Grayscale: #818181. Windows color (decimal): -5603554 or 1998762. OLE color: 1998762.

HSL color Cylindrical-coordinate representation of color #AA7F1E: hue angle of 41.57º degrees, saturation: 0.7, 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 #AA7F1E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 127 30 -
CMYK 0 0.25 0.82 0.33
HSL 41.57º 0.7% 0.39% -
HSV(B) 41.57º 0.82% 0.67% -
XYZ 24.4 23.82 4.54 -
YUV 128.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 170 127 30 0 0.25 0.82 0.33 41.57 0.7 0.39
Hex AA 7F 1E 0 19 52 21 2A 46 27
Octal 252 177 36 0 31 122 41 52 106 47
Binary 10101010 1111111 11110 0 11001 1010010 100001 101010 1000110 100111

Color Harmonies of #AA7F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F1E

Black with #AA7F1E

Text Example


Text Example

White with #AA7F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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