Html Css Color HEX #AA7E1B Hacienda

📋 copy color: '#AA7E1B'

red 170 ◦ green 126 ◦ blue 27

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

Shades of Hacienda #AA7E1B

Tints of Hacienda #AA7E1B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.01%

 BLUE value IS 27 (10.94% from 255) = 8.36%

R = 52.63%
G = 39.01%
B = 8.36%

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

#AA7E1B (or 0xAA7E1B) is known color: Hacienda. HEX triplet: AA, 7E and 1B. RGB value is (170,126,27). Sum of RGB (Red+Green+Blue) = 170+126+27=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E1B is #5581E4. Grayscale: #808080. Windows color (decimal): -5603813 or 1801898. OLE color: 1801898.

HSL color Cylindrical-coordinate representation of color #AA7E1B: hue angle of 41.54º degrees, saturation: 0.73, 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 #AA7E1B is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 126 27 -
CMYK 0 0.26 0.84 0.33
HSL 41.54º 0.73% 0.39% -
HSV(B) 41.54º 0.84% 0.67% -
XYZ 24.24 23.55 4.3 -
YUV 127.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 170 126 27 0 0.26 0.84 0.33 41.54 0.73 0.39
Hex AA 7E 1B 0 1A 54 21 2A 49 27
Octal 252 176 33 0 32 124 41 52 111 47
Binary 10101010 1111110 11011 0 11010 1010100 100001 101010 1001001 100111

Color Harmonies of #AA7E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E1B

Black with #AA7E1B

Text Example


Text Example

White with #AA7E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E1B; }

 p { color: rgb(170,126,27); }

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

background-color css

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

 a { background-color: rgb(170,126,27); }

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

border-color css

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

 span { border-color: rgb(170,126,27); }

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