#AF9A7F

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

Shades of Bronco #AF9A7F

Tints of Bronco #AF9A7F

Color information

#AF9A7F (or 0xAF9A7F) is unknown color: approx Bronco. HEX triplet: AF, 9A and 7F. RGB value is (175,154,127). Sum of RGB (Red+Green+Blue) = 175+154+127=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A7F is #506580. Grayscale: #9D9D9D. Windows color (decimal): -5268865 or 8362671. OLE color: 8362671.

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

Color convert

RGB175154127-
CMYK00.120.270.31
HSL33.75º23.08%59.22%-
HSV(B)33.75º27.43%68.63%-
XYZ33.0733.7624.85-
YUV157.2110.96140.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 154 (60.55% from 255) = 33.77%
BLUE value IS 127 (50% from 255) = 27.85%
R=38.38%
G=33.77%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515412700.120.270.3133.7523.0859.22
HexAF9A7F0C1B1F22173b
Octal2572321770143337422773
Binary1010111110011010111111101100110111111110001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A7F; }

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

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

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

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

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

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

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

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