Html Css Color HEX #AB9B82 Bronco

📋 copy color: '#AB9B82'

red 171 ◦ green 155 ◦ blue 130

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

Shades of Bronco #AB9B82

Tints of Bronco #AB9B82

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.99%

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

R = 37.5%
G = 33.99%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB9B82 (or 0xAB9B82) is known color: Bronco. HEX triplet: AB, 9B and 82. RGB value is (171,155,130). Sum of RGB (Red+Green+Blue) = 171+155+130=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B82 is #54647D. Grayscale: #9D9D9D. Windows color (decimal): -5530750 or 8559531. OLE color: 8559531.

HSL color Cylindrical-coordinate representation of color #AB9B82: hue angle of 36.59º 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 #AB9B82 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 155 130 -
CMYK 0 0.09 0.24 0.33
HSL 36.59º 0.2% 0.59% -
HSV(B) 36.59º 0.24% 0.67% -
XYZ 32.55 33.71 25.91 -
YUV 156.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 171 155 130 0 0.09 0.24 0.33 36.59 0.2 0.59
Hex AB 9B 82 0 9 18 21 25 14 3B
Octal 253 233 202 0 11 30 41 45 24 73
Binary 10101011 10011011 10000010 0 1001 11000 100001 100101 10100 111011

Color Harmonies of #AB9B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9B82

Black with #AB9B82

Text Example


Text Example

White with #AB9B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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