#AFA38D

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

Shades of Bison Hide #AFA38D

Tints of Bison Hide #AFA38D

Color information

#AFA38D (or 0xAFA38D) is unknown color: approx Bison Hide. HEX triplet: AF, A3 and 8D. RGB value is (175,163,141). Sum of RGB (Red+Green+Blue) = 175+163+141=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA38D is #505C72. Grayscale: #A4A4A4. Windows color (decimal): -5266547 or 9282479. OLE color: 9282479.

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

Color convert

RGB175163141-
CMYK00.070.190.31
HSL38.82º17.53%61.96%-
HSV(B)38.82º19.43%68.63%-
XYZ35.5837.2330.51-
YUV164.08114.98135.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=36.53%
G=34.03%
B=29.44%

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
Decimal17516314100.070.190.3138.8217.5361.96
HexAFA38D07131F27123e
Octal257243215072337472276
Binary1010111110100011100011010111100111111110011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA38D; }

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

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

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

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

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

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

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

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