#AFA38E

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

Shades of Bison Hide #AFA38E

Tints of Bison Hide #AFA38E

Color information

#AFA38E (or 0xAFA38E) is unknown color: approx Bison Hide. HEX triplet: AF, A3 and 8E. RGB value is (175,163,142). Sum of RGB (Red+Green+Blue) = 175+163+142=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA38E is #505C71. Grayscale: #A4A4A4. Windows color (decimal): -5266546 or 9348015. OLE color: 9348015.

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

Color convert

RGB175163142-
CMYK00.070.190.31
HSL38.18º17.1%62.16%-
HSV(B)38.18º18.86%68.63%-
XYZ35.6637.2630.9-
YUV164.19115.48135.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=36.46%
G=33.96%
B=29.58%

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
Decimal17516314200.070.190.3138.1817.162.16
HexAFA38E07131F26113e
Octal257243216072337462176
Binary1010111110100011100011100111100111111110011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA38E; }

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

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

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

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

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

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

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

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