#AF9A7C

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

Shades of Bronco #AF9A7C

Tints of Bronco #AF9A7C

Color information

#AF9A7C (or 0xAF9A7C) is unknown color: approx Bronco. HEX triplet: AF, 9A and 7C. RGB value is (175,154,124). Sum of RGB (Red+Green+Blue) = 175+154+124=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A7C is #506583. Grayscale: #9D9D9D. Windows color (decimal): -5268868 or 8166063. OLE color: 8166063.

HSL color Cylindrical-coordinate representation of color #AF9A7C: hue angle of 35.29º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF9A7C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB175154124-
CMYK00.120.290.31
HSL35.29º24.17%58.63%-
HSV(B)35.29º29.14%68.63%-
XYZ32.8733.6823.84-
YUV156.86109.46140.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=38.63%
G=34.00%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515412400.120.290.3135.2924.1758.63
HexAF9A7C0C1D1F23183b
Octal2572321740143537433073
Binary1010111110011010111110001100111011111110001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A7C; }

 p { color: rgb(175,154,124); }

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

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

 a { background-color: rgb(175,154,124); }

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

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

 span { border-color: rgb(175,154,124); }

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