Html Css Color HEX #AA7B1B Hacienda

📋 copy color: '#AA7B1B'

red 170 ◦ green 123 ◦ blue 27

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

Shades of Hacienda #AA7B1B

Tints of Hacienda #AA7B1B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.44%

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

R = 53.13%
G = 38.44%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA7B1B (or 0xAA7B1B) is known color: Hacienda. HEX triplet: AA, 7B and 1B. RGB value is (170,123,27). Sum of RGB (Red+Green+Blue) = 170+123+27=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B1B is #5584E4. Grayscale: #7E7E7E. Windows color (decimal): -5604581 or 1801130. OLE color: 1801130.

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

Color convert

RGB 170 123 27 -
CMYK 0 0.28 0.84 0.33
HSL 40.28º 0.73% 0.39% -
HSV(B) 40.28º 0.84% 0.67% -
XYZ 23.86 22.79 4.18 -
YUV 126.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 170 123 27 0 0.28 0.84 0.33 40.28 0.73 0.39
Hex AA 7B 1B 0 1C 54 21 28 49 27
Octal 252 173 33 0 34 124 41 50 111 47
Binary 10101010 1111011 11011 0 11100 1010100 100001 101000 1001001 100111

Color Harmonies of #AA7B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B1B

Black with #AA7B1B

Text Example


Text Example

White with #AA7B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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