Html Css Color HEX #AB9D85 Bronco

📋 copy color: '#AB9D85'

red 171 ◦ green 157 ◦ blue 133

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

Shades of Bronco #AB9D85

Tints of Bronco #AB9D85

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.06%

 BLUE value IS 133 (52.34% from 255) = 28.85%

R = 37.09%
G = 34.06%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB9D85 (or 0xAB9D85) is known color: Bronco. HEX triplet: AB, 9D and 85. RGB value is (171,157,133). Sum of RGB (Red+Green+Blue) = 171+157+133=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D85 is #54627A. Grayscale: #9E9E9E. Windows color (decimal): -5530235 or 8756651. OLE color: 8756651.

HSL color Cylindrical-coordinate representation of color #AB9D85: hue angle of 37.89º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB9D85 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 157 133 -
CMYK 0 0.08 0.22 0.33
HSL 37.89º 0.18% 0.6% -
HSV(B) 37.89º 0.22% 0.67% -
XYZ 33.09 34.47 27.1 -
YUV 158.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 171 157 133 0 0.08 0.22 0.33 37.89 0.18 0.6
Hex AB 9D 85 0 8 16 21 26 12 3C
Octal 253 235 205 0 10 26 41 46 22 74
Binary 10101011 10011101 10000101 0 1000 10110 100001 100110 10010 111100

Color Harmonies of #AB9D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D85

Black with #AB9D85

Text Example


Text Example

White with #AB9D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D85; }

 p { color: rgb(171,157,133); }

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

background-color css

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

 a { background-color: rgb(171,157,133); }

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

border-color css

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

 span { border-color: rgb(171,157,133); }

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