#AFA25C

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

Shades of Gimblet #AFA25C

Tints of Gimblet #AFA25C

Color information

#AFA25C (or 0xAFA25C) is unknown color: approx Gimblet. HEX triplet: AF, A2 and 5C. RGB value is (175,162,92). Sum of RGB (Red+Green+Blue) = 175+162+92=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA25C is #505DA3. Grayscale: #9E9E9E. Windows color (decimal): -5266852 or 6070959. OLE color: 6070959.

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

Color convert

RGB17516292-
CMYK00.070.470.31
HSL50.6º34.16%52.35%-
HSV(B)50.6º47.43%68.63%-
XYZ32.5335.7315.31-
YUV157.9190.81140.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=40.79%
G=37.76%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751629200.070.470.3150.634.1652.35
HexAFA25C072F1F332234
Octal257242134075737634264
Binary10101111101000101011100011110111111111110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA25C; }

 p { color: rgb(175,162,92); }

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

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

 a { background-color: rgb(175,162,92); }

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

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

 span { border-color: rgb(175,162,92); }

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