#AFA28E

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

Shades of Bison Hide #AFA28E

Tints of Bison Hide #AFA28E

Color information

#AFA28E (or 0xAFA28E) is unknown color: approx Bison Hide. HEX triplet: AF, A2 and 8E. RGB value is (175,162,142). Sum of RGB (Red+Green+Blue) = 175+162+142=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA28E is #505D71. Grayscale: #A3A3A3. Windows color (decimal): -5266802 or 9347759. OLE color: 9347759.

HSL color Cylindrical-coordinate representation of color #AFA28E: hue angle of 36.36º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFA28E is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175162142-
CMYK00.070.190.31
HSL36.36º17.1%62.16%-
HSV(B)36.36º18.86%68.63%-
XYZ35.4836.9130.84-
YUV163.61115.81136.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=36.53%
G=33.82%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516214200.070.190.3136.3617.162.16
HexAFA28E07131F24113e
Octal257242216072337442176
Binary1010111110100010100011100111100111111110010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA28E; }

 p { color: rgb(175,162,142); }

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

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

 a { background-color: rgb(175,162,142); }

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

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

 span { border-color: rgb(175,162,142); }

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