#AF9974

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

Shades of Bronco #AF9974

Tints of Bronco #AF9974

Color information

#AF9974 (or 0xAF9974) is unknown color: approx Bronco. HEX triplet: AF, 99 and 74. RGB value is (175,153,116). Sum of RGB (Red+Green+Blue) = 175+153+116=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9974 is #50668B. Grayscale: #9B9B9B. Windows color (decimal): -5269132 or 7641519. OLE color: 7641519.

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

Color convert

RGB175153116-
CMYK00.130.340.31
HSL37.63º26.94%57.06%-
HSV(B)37.63º33.71%68.63%-
XYZ32.2233.1621.22-
YUV155.36105.79142.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=39.41%
G=34.46%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515311600.130.340.3137.6326.9457.06
HexAF99740D221F261b39
Octal2572311640154237463371
Binary10101111100110011110100011011000101111110011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9974; }

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

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

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

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

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

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

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

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