#AFA45D

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

Shades of Gimblet #AFA45D

Tints of Gimblet #AFA45D

Color information

#AFA45D (or 0xAFA45D) is unknown color: approx Gimblet. HEX triplet: AF, A4 and 5D. RGB value is (175,164,93). Sum of RGB (Red+Green+Blue) = 175+164+93=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA45D is #505BA2. Grayscale: #9F9F9F. Windows color (decimal): -5266339 or 6137007. OLE color: 6137007.

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

Color convert

RGB17516493-
CMYK00.060.470.31
HSL51.95º33.88%52.55%-
HSV(B)51.95º46.86%68.63%-
XYZ32.9336.4615.66-
YUV159.290.64139.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=40.51%
G=37.96%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751649300.060.470.3151.9533.8852.55
HexAFA45D062F1F342235
Octal257244135065737644265
Binary10101111101001001011101011010111111111110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA45D; }

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

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

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

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

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

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

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

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