#AF997B

Color #AF997B Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #AF997B

Tints of Bronco #AF997B

Color information

#AF997B (or 0xAF997B) is unknown color: approx Bronco. HEX triplet: AF, 99 and 7B. RGB value is (175,153,123). Sum of RGB (Red+Green+Blue) = 175+153+123=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF997B is #506684. Grayscale: #9C9C9C. Windows color (decimal): -5269125 or 8100271. OLE color: 8100271.

HSL color Cylindrical-coordinate representation of color #AF997B: hue angle of 34.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF997B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175153123-
CMYK00.130.300.31
HSL34.62º24.53%58.43%-
HSV(B)34.62º29.71%68.63%-
XYZ32.6533.3323.45-
YUV156.16109.29141.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=38.80%
G=33.92%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515312300.130.300.3134.6224.5358.43
HexAF997B0D1E1F23193a
Octal2572311730153637433172
Binary1010111110011001111101101101111101111110001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF997B; }

 p { color: rgb(175,153,123); }

 H1.HeaderClassName
 {
   color: #AF997B;
 }
 .AnyTagClassName
 {
   color: #AF997B;
 }
</style>
background-color css

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

 a { background-color: rgb(175,153,123); }

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

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

 span { border-color: rgb(175,153,123); }

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