#AFA78D

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

Shades of Bison Hide #AFA78D

Tints of Bison Hide #AFA78D

Color information

#AFA78D (or 0xAFA78D) is unknown color: approx Bison Hide. HEX triplet: AF, A7 and 8D. RGB value is (175,167,141). Sum of RGB (Red+Green+Blue) = 175+167+141=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA78D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA78D is #505872. Grayscale: #A6A6A6. Windows color (decimal): -5265523 or 9283503. OLE color: 9283503.

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

Color convert

RGB175167141-
CMYK00.050.190.31
HSL45.88º17.53%61.96%-
HSV(B)45.88º19.43%68.63%-
XYZ36.3138.6730.75-
YUV166.43113.65134.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 167 (65.62% from 255) = 34.58%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=36.23%
G=34.58%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516714100.050.190.3145.8817.5361.96
HexAFA78D05131F2e123e
Octal257247215052337562276
Binary1010111110100111100011010101100111111110111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA78D; }

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

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

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

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

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

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

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

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