Html Css Color HEX #AB9D83 Bronco

📋 copy color: '#AB9D83'

red 171 ◦ green 157 ◦ blue 131

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

Shades of Bronco #AB9D83

Tints of Bronco #AB9D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.54%

R = 37.25%
G = 34.2%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB9D83 (or 0xAB9D83) is known color: Bronco. HEX triplet: AB, 9D and 83. RGB value is (171,157,131). Sum of RGB (Red+Green+Blue) = 171+157+131=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D83 is #54627C. Grayscale: #9E9E9E. Windows color (decimal): -5530237 or 8625579. OLE color: 8625579.

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

Color convert

RGB 171 157 131 -
CMYK 0 0.08 0.23 0.33
HSL 39º 0.19% 0.59% -
HSV(B) 39º 0.23% 0.67% -
XYZ 32.95 34.41 26.38 -
YUV 158.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 171 157 131 0 0.08 0.23 0.33 39 0.19 0.59
Hex AB 9D 83 0 8 17 21 27 13 3B
Octal 253 235 203 0 10 27 41 47 23 73
Binary 10101011 10011101 10000011 0 1000 10111 100001 100111 10011 111011

Color Harmonies of #AB9D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D83

Black with #AB9D83

Text Example


Text Example

White with #AB9D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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