#AB957A

Color #AB957A Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #AB957A

Tints of Bronco #AB957A

Color information

#AB957A (or 0xAB957A) is unknown color: approx Bronco. HEX triplet: AB, 95 and 7A. RGB value is (171,149,122). Sum of RGB (Red+Green+Blue) = 171+149+122=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB957A is #546A85. Grayscale: #989898. Windows color (decimal): -5532294 or 8033707. OLE color: 8033707.

HSL color Cylindrical-coordinate representation of color #AB957A: hue angle of 33.06º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB957A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171149122-
CMYK00.130.290.33
HSL33.06º22.58%57.45%-
HSV(B)33.06º28.65%67.06%-
XYZ31.0531.5622.87-
YUV152.5110.79141.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=38.69%
G=33.71%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114912200.130.290.3333.0622.5857.45
HexAB957A0D1D21211739
Octal2532251720153541412771
Binary10101011100101011111010011011110110000110000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB957A; }

 p { color: rgb(171,149,122); }

 H1.HeaderClassName
 {
   color: #AB957A;
 }
 .AnyTagClassName
 {
   color: #AB957A;
 }
</style>
background-color css

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

 a { background-color: rgb(171,149,122); }

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

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

 span { border-color: rgb(171,149,122); }

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