Html Css Color HEX #AB9980 Bronco

📋 copy color: '#AB9980'

red 171 ◦ green 153 ◦ blue 128

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

Shades of Bronco #AB9980

Tints of Bronco #AB9980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.85%

 BLUE value IS 128 (50.39% from 255) = 28.32%

R = 37.83%
G = 33.85%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB9980 (or 0xAB9980) is known color: Bronco. HEX triplet: AB, 99 and 80. RGB value is (171,153,128). Sum of RGB (Red+Green+Blue) = 171+153+128=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9980 is #54667F. Grayscale: #9B9B9B. Windows color (decimal): -5531264 or 8427947. OLE color: 8427947.

HSL color Cylindrical-coordinate representation of color #AB9980: hue angle of 34.88º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB9980 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 128 -
CMYK 0 0.11 0.25 0.33
HSL 34.88º 0.2% 0.59% -
HSV(B) 34.88º 0.25% 0.67% -
XYZ 32.08 33 25.1 -
YUV 155.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 171 153 128 0 0.11 0.25 0.33 34.88 0.2 0.59
Hex AB 99 80 0 B 19 21 23 14 3B
Octal 253 231 200 0 13 31 41 43 24 73
Binary 10101011 10011001 10000000 0 1011 11001 100001 100011 10100 111011

Color Harmonies of #AB9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9980

Black with #AB9980

Text Example


Text Example

White with #AB9980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9980; }

 p { color: rgb(171,153,128); }

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

background-color css

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

 a { background-color: rgb(171,153,128); }

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

border-color css

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

 span { border-color: rgb(171,153,128); }

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