#AFA084

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

Shades of Bronco #AFA084

Tints of Bronco #AFA084

Color information

#AFA084 (or 0xAFA084) is unknown color: approx Bronco. HEX triplet: AF, A0 and 84. RGB value is (175,160,132). Sum of RGB (Red+Green+Blue) = 175+160+132=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA084 is #505F7B. Grayscale: #A1A1A1. Windows color (decimal): -5267324 or 8691887. OLE color: 8691887.

HSL color Cylindrical-coordinate representation of color #AFA084: hue angle of 39.07º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA084 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB175160132-
CMYK00.090.250.31
HSL39.07º21.18%60.2%-
HSV(B)39.07º24.57%68.63%-
XYZ34.4135.9226.95-
YUV161.29111.47137.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 160 (62.89% from 255) = 34.26%
BLUE value IS 132 (51.95% from 255) = 28.27%
R=37.47%
G=34.26%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516013200.090.250.3139.0721.1860.2
HexAFA08409191F27153c
Octal2572402040113137472574
Binary10101111101000001000010001001110011111110011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA084; }

 p { color: rgb(175,160,132); }

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

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

 a { background-color: rgb(175,160,132); }

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

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

 span { border-color: rgb(175,160,132); }

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