#AFA38C

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

Shades of Bison Hide #AFA38C

Tints of Bison Hide #AFA38C

Color information

#AFA38C (or 0xAFA38C) is unknown color: approx Bison Hide. HEX triplet: AF, A3 and 8C. RGB value is (175,163,140). Sum of RGB (Red+Green+Blue) = 175+163+140=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA38C is #505C73. Grayscale: #A4A4A4. Windows color (decimal): -5266548 or 9216943. OLE color: 9216943.

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

Color convert

RGB175163140-
CMYK00.070.20.31
HSL39.43º17.95%61.76%-
HSV(B)39.43º20%68.63%-
XYZ35.5137.230.12-
YUV163.97114.48135.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=36.61%
G=34.10%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516314000.070.20.3139.4317.9561.76
HexAFA38C07141F27123e
Octal257243214072437472276
Binary1010111110100011100011000111101001111110011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA38C; }

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

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

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

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

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

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

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

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