#AFA58D

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

Shades of Bison Hide #AFA58D

Tints of Bison Hide #AFA58D

Color information

#AFA58D (or 0xAFA58D) is unknown color: approx Bison Hide. HEX triplet: AF, A5 and 8D. RGB value is (175,165,141). Sum of RGB (Red+Green+Blue) = 175+165+141=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA58D is #505A72. Grayscale: #A5A5A5. Windows color (decimal): -5266035 or 9282991. OLE color: 9282991.

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

Color convert

RGB175165141-
CMYK00.060.190.31
HSL42.35º17.53%61.96%-
HSV(B)42.35º19.43%68.63%-
XYZ35.9437.9530.63-
YUV165.25114.31134.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=36.38%
G=34.30%
B=29.31%

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
Decimal17516514100.060.190.3142.3517.5361.96
HexAFA58D06131F2a123e
Octal257245215062337522276
Binary1010111110100101100011010110100111111110101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA58D; }

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

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

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

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

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

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

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

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