Html Css Color HEX #AA7F25 Hacienda

📋 copy color: '#AA7F25'

red 170 ◦ green 127 ◦ blue 37

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

Shades of Hacienda #AA7F25

Tints of Hacienda #AA7F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 50.9%
G = 38.02%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA7F25 (or 0xAA7F25) is known color: Hacienda. HEX triplet: AA, 7F and 25. RGB value is (170,127,37). Sum of RGB (Red+Green+Blue) = 170+127+37=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F25 is #5580DA. Grayscale: #828282. Windows color (decimal): -5603547 or 2457514. OLE color: 2457514.

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

Color convert

RGB 170 127 37 -
CMYK 0 0.25 0.78 0.33
HSL 40.6º 0.64% 0.41% -
HSV(B) 40.6º 0.78% 0.67% -
XYZ 24.5 23.86 5.06 -
YUV 129.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 170 127 37 0 0.25 0.78 0.33 40.6 0.64 0.41
Hex AA 7F 25 0 19 4E 21 29 40 29
Octal 252 177 45 0 31 116 41 51 100 51
Binary 10101010 1111111 100101 0 11001 1001110 100001 101001 1000000 101001

Color Harmonies of #AA7F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F25

Black with #AA7F25

Text Example


Text Example

White with #AA7F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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