#AFA593

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

Shades of Bison Hide #AFA593

Tints of Bison Hide #AFA593

Color information

#AFA593 (or 0xAFA593) is unknown color: approx Bison Hide. HEX triplet: AF, A5 and 93. RGB value is (175,165,147). Sum of RGB (Red+Green+Blue) = 175+165+147=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA593 is #505A6C. Grayscale: #A6A6A6. Windows color (decimal): -5266029 or 9676207. OLE color: 9676207.

HSL color Cylindrical-coordinate representation of color #AFA593: hue angle of 38.57º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFA593 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB175165147-
CMYK00.060.160.31
HSL38.57º14.89%63.14%-
HSV(B)38.57º16%68.63%-
XYZ36.438.1333.05-
YUV165.94117.31134.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=35.93%
G=33.88%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516514700.060.160.3138.5714.8963.14
HexAFA59306101F27f3f
Octal257245223062037471777
Binary101011111010010110010011011010000111111001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA593; }

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

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

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

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

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

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

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

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