#AFA48D

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

Shades of Bison Hide #AFA48D

Tints of Bison Hide #AFA48D

Color information

#AFA48D (or 0xAFA48D) is unknown color: approx Bison Hide. HEX triplet: AF, A4 and 8D. RGB value is (175,164,141). Sum of RGB (Red+Green+Blue) = 175+164+141=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA48D is #505B72. Grayscale: #A4A4A4. Windows color (decimal): -5266291 or 9282735. OLE color: 9282735.

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

Color convert

RGB175164141-
CMYK00.060.190.31
HSL40.59º17.53%61.96%-
HSV(B)40.59º19.43%68.63%-
XYZ35.7637.5930.57-
YUV164.67114.64135.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=36.46%
G=34.17%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516414100.060.190.3140.5917.5361.96
HexAFA48D06131F29123e
Octal257244215062337512276
Binary1010111110100100100011010110100111111110100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA48D; }

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

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

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

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

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

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

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

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