#AF9D7A

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

Shades of Bronco #AF9D7A

Tints of Bronco #AF9D7A

Color information

#AF9D7A (or 0xAF9D7A) is unknown color: approx Bronco. HEX triplet: AF, 9D and 7A. RGB value is (175,157,122). Sum of RGB (Red+Green+Blue) = 175+157+122=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D7A is #506285. Grayscale: #9E9E9E. Windows color (decimal): -5268102 or 8035759. OLE color: 8035759.

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

Color convert

RGB175157122-
CMYK00.100.300.31
HSL39.62º24.88%58.24%-
HSV(B)39.62º30.29%68.63%-
XYZ33.2534.6323.34-
YUV158.39107.46139.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 157 (61.72% from 255) = 34.58%
BLUE value IS 122 (48.05% from 255) = 26.87%
R=38.55%
G=34.58%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515712200.100.300.3139.6224.8858.24
HexAF9D7A0A1E1F28193a
Octal2572351720123637503172
Binary1010111110011101111101001010111101111110100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9D7A; }

 p { color: rgb(175,157,122); }

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

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

 a { background-color: rgb(175,157,122); }

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

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

 span { border-color: rgb(175,157,122); }

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