Html Css Color HEX #AA957E Bronco

📋 copy color: '#AA957E'

red 170 ◦ green 149 ◦ blue 126

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

Shades of Bronco #AA957E

Tints of Bronco #AA957E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 38.2%
G = 33.48%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA957E (or 0xAA957E) is known color: Bronco. HEX triplet: AA, 95 and 7E. RGB value is (170,149,126). Sum of RGB (Red+Green+Blue) = 170+149+126=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA957E is #556A81. Grayscale: #989898. Windows color (decimal): -5597826 or 8295850. OLE color: 8295850.

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

Color convert

RGB 170 149 126 -
CMYK 0 0.12 0.26 0.33
HSL 31.36º 0.21% 0.58% -
HSV(B) 31.36º 0.26% 0.67% -
XYZ 31.09 31.55 24.19 -
YUV 152.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 170 149 126 0 0.12 0.26 0.33 31.36 0.21 0.58
Hex AA 95 7E 0 C 1A 21 1F 15 3A
Octal 252 225 176 0 14 32 41 37 25 72
Binary 10101010 10010101 1111110 0 1100 11010 100001 11111 10101 111010

Color Harmonies of #AA957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA957E

Black with #AA957E

Text Example


Text Example

White with #AA957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA957E; }

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

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

background-color css

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

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

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

border-color css

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

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

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