Html Css Color HEX #AB9982 Bronco

📋 copy color: '#AB9982'

red 171 ◦ green 153 ◦ blue 130

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

Shades of Bronco #AB9982

Tints of Bronco #AB9982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.63%

R = 37.67%
G = 33.7%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB9982 (or 0xAB9982) is known color: Bronco. HEX triplet: AB, 99 and 82. RGB value is (171,153,130). Sum of RGB (Red+Green+Blue) = 171+153+130=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9982 is #54667D. Grayscale: #9B9B9B. Windows color (decimal): -5531262 or 8559019. OLE color: 8559019.

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

Color convert

RGB 171 153 130 -
CMYK 0 0.11 0.24 0.33
HSL 33.66º 0.2% 0.59% -
HSV(B) 33.66º 0.24% 0.67% -
XYZ 32.22 33.05 25.8 -
YUV 155.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 171 153 130 0 0.11 0.24 0.33 33.66 0.2 0.59
Hex AB 99 82 0 B 18 21 22 14 3B
Octal 253 231 202 0 13 30 41 42 24 73
Binary 10101011 10011001 10000010 0 1011 11000 100001 100010 10100 111011

Color Harmonies of #AB9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9982

Black with #AB9982

Text Example


Text Example

White with #AB9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9982; }

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

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

background-color css

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

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

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

border-color css

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

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

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