Html Css Color HEX #AA7D1B Hacienda

📋 copy color: '#AA7D1B'

red 170 ◦ green 125 ◦ blue 27

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

Shades of Hacienda #AA7D1B

Tints of Hacienda #AA7D1B

RGB

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

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

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

R = 52.8%
G = 38.82%
B = 8.39%

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

#AA7D1B (or 0xAA7D1B) is known color: Hacienda. HEX triplet: AA, 7D and 1B. RGB value is (170,125,27). Sum of RGB (Red+Green+Blue) = 170+125+27=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D1B is #5582E4. Grayscale: #7F7F7F. Windows color (decimal): -5604069 or 1801642. OLE color: 1801642.

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

Color convert

RGB 170 125 27 -
CMYK 0 0.26 0.84 0.33
HSL 41.12º 0.73% 0.39% -
HSV(B) 41.12º 0.84% 0.67% -
XYZ 24.11 23.29 4.26 -
YUV 127.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 170 125 27 0 0.26 0.84 0.33 41.12 0.73 0.39
Hex AA 7D 1B 0 1A 54 21 29 49 27
Octal 252 175 33 0 32 124 41 51 111 47
Binary 10101010 1111101 11011 0 11010 1010100 100001 101001 1001001 100111

Color Harmonies of #AA7D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D1B

Black with #AA7D1B

Text Example


Text Example

White with #AA7D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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