#AF9774

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

Shades of Bronco #AF9774

Tints of Bronco #AF9774

Color information

#AF9774 (or 0xAF9774) is unknown color: approx Bronco. HEX triplet: AF, 97 and 74. RGB value is (175,151,116). Sum of RGB (Red+Green+Blue) = 175+151+116=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9774 is #50688B. Grayscale: #9A9A9A. Windows color (decimal): -5269644 or 7641007. OLE color: 7641007.

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

Color convert

RGB175151116-
CMYK00.140.340.31
HSL35.59º26.94%57.06%-
HSV(B)35.59º33.71%68.63%-
XYZ31.932.5121.12-
YUV154.19106.45142.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=39.59%
G=34.16%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515111600.140.340.3135.5926.9457.06
HexAF97740E221F241b39
Octal2572271640164237443371
Binary10101111100101111110100011101000101111110010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9774; }

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

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

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

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

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

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

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

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