Html Css Color HEX #AB957C Bronco

📋 copy color: '#AB957C'

red 171 ◦ green 149 ◦ blue 124

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

Shades of Bronco #AB957C

Tints of Bronco #AB957C

RGB

 RED value IS 171 (67.19% from 255) = 38.51%

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

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

R = 38.51%
G = 33.56%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB957C (or 0xAB957C) is known color: Bronco. HEX triplet: AB, 95 and 7C. RGB value is (171,149,124). Sum of RGB (Red+Green+Blue) = 171+149+124=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB957C is #546A83. Grayscale: #989898. Windows color (decimal): -5532292 or 8164779. OLE color: 8164779.

HSL color Cylindrical-coordinate representation of color #AB957C: hue angle of 31.91º degrees, saturation: 0.22, 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 #AB957C is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 149 124 -
CMYK 0 0.13 0.27 0.33
HSL 31.91º 0.22% 0.58% -
HSV(B) 31.91º 0.27% 0.67% -
XYZ 31.18 31.61 23.53 -
YUV 152.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 171 149 124 0 0.13 0.27 0.33 31.91 0.22 0.58
Hex AB 95 7C 0 D 1B 21 20 16 3A
Octal 253 225 174 0 15 33 41 40 26 72
Binary 10101011 10010101 1111100 0 1101 11011 100001 100000 10110 111010

Color Harmonies of #AB957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB957C

Black with #AB957C

Text Example


Text Example

White with #AB957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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