#AFA25A

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

Shades of Gimblet #AFA25A

Tints of Gimblet #AFA25A

Color information

#AFA25A (or 0xAFA25A) is unknown color: approx Gimblet. HEX triplet: AF, A2 and 5A. RGB value is (175,162,90). Sum of RGB (Red+Green+Blue) = 175+162+90=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA25A is #505DA5. Grayscale: #9D9D9D. Windows color (decimal): -5266854 or 5939887. OLE color: 5939887.

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

Color convert

RGB17516290-
CMYK00.070.490.31
HSL50.82º34.69%51.96%-
HSV(B)50.82º48.57%68.63%-
XYZ32.4435.6914.85-
YUV157.6889.81140.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=40.98%
G=37.94%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751629000.070.490.3150.8234.6951.96
HexAFA25A07311F332334
Octal257242132076137634364
Binary10101111101000101011010011111000111111110011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA25A; }

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

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

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

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

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

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

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

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