Html Css Color HEX #AA957C Bronco

📋 copy color: '#AA957C'

red 170 ◦ green 149 ◦ blue 124

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

Shades of Bronco #AA957C

Tints of Bronco #AA957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.63%

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 38.37%
G = 33.63%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA957C (or 0xAA957C) is known color: Bronco. HEX triplet: AA, 95 and 7C. RGB value is (170,149,124). Sum of RGB (Red+Green+Blue) = 170+149+124=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA957C is #556A83. Grayscale: #989898. Windows color (decimal): -5597828 or 8164778. OLE color: 8164778.

HSL color Cylindrical-coordinate representation of color #AA957C: hue angle of 32.61º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA957C is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 149 124 -
CMYK 0 0.12 0.27 0.33
HSL 32.61º 0.21% 0.58% -
HSV(B) 32.61º 0.27% 0.67% -
XYZ 30.96 31.5 23.52 -
YUV 152.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 170 149 124 0 0.12 0.27 0.33 32.61 0.21 0.58
Hex AA 95 7C 0 C 1B 21 21 15 3A
Octal 252 225 174 0 14 33 41 41 25 72
Binary 10101010 10010101 1111100 0 1100 11011 100001 100001 10101 111010

Color Harmonies of #AA957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA957C

Black with #AA957C

Text Example


Text Example

White with #AA957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA957C; }

 p { color: rgb(170,149,124); }

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

background-color css

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

 a { background-color: rgb(170,149,124); }

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

border-color css

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

 span { border-color: rgb(170,149,124); }

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