Html Css Color HEX #AA7B1F Hacienda

📋 copy color: '#AA7B1F'

red 170 ◦ green 123 ◦ blue 31

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

Shades of Hacienda #AA7B1F

Tints of Hacienda #AA7B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 52.47%
G = 37.96%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA7B1F (or 0xAA7B1F) is known color: Hacienda. HEX triplet: AA, 7B and 1F. RGB value is (170,123,31). Sum of RGB (Red+Green+Blue) = 170+123+31=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B1F is #5584E0. Grayscale: #7E7E7E. Windows color (decimal): -5604577 or 2063274. OLE color: 2063274.

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

Color convert

RGB 170 123 31 -
CMYK 0 0.28 0.82 0.33
HSL 39.71º 0.69% 0.39% -
HSV(B) 39.71º 0.82% 0.67% -
XYZ 23.91 22.81 4.44 -
YUV 126.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 170 123 31 0 0.28 0.82 0.33 39.71 0.69 0.39
Hex AA 7B 1F 0 1C 52 21 28 45 27
Octal 252 173 37 0 34 122 41 50 105 47
Binary 10101010 1111011 11111 0 11100 1010010 100001 101000 1000101 100111

Color Harmonies of #AA7B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B1F

Black with #AA7B1F

Text Example


Text Example

White with #AA7B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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