#AF9B7B

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

Shades of Bronco #AF9B7B

Tints of Bronco #AF9B7B

Color information

#AF9B7B (or 0xAF9B7B) is unknown color: approx Bronco. HEX triplet: AF, 9B and 7B. RGB value is (175,155,123). Sum of RGB (Red+Green+Blue) = 175+155+123=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B7B is #506484. Grayscale: #9D9D9D. Windows color (decimal): -5268613 or 8100783. OLE color: 8100783.

HSL color Cylindrical-coordinate representation of color #AF9B7B: hue angle of 36.92º 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 #AF9B7B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175155123-
CMYK00.110.300.31
HSL36.92º24.53%58.43%-
HSV(B)36.92º29.71%68.63%-
XYZ32.9833.9923.56-
YUV157.33108.63140.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=38.63%
G=34.22%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515512300.110.300.3136.9224.5358.43
HexAF9B7B0B1E1F25193a
Octal2572331730133637453172
Binary1010111110011011111101101011111101111110010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B7B; }

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

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

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

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

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

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

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

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