#AFA55A

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

Shades of Gimblet #AFA55A

Tints of Gimblet #AFA55A

Color information

#AFA55A (or 0xAFA55A) is unknown color: approx Gimblet. HEX triplet: AF, A5 and 5A. RGB value is (175,165,90). Sum of RGB (Red+Green+Blue) = 175+165+90=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA55A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA55A is #505AA5. Grayscale: #9F9F9F. Windows color (decimal): -5266086 or 5940655. OLE color: 5940655.

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

Color convert

RGB17516590-
CMYK00.060.490.31
HSL52.94º34.69%51.96%-
HSV(B)52.94º48.57%68.63%-
XYZ32.9836.7615.03-
YUV159.4488.81139.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 90 (35.55% from 255) = 20.93%
R=40.70%
G=38.37%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751659000.060.490.3152.9434.6951.96
HexAFA55A06311F352334
Octal257245132066137654364
Binary10101111101001011011010011011000111111110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA55A; }

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

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

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

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

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

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

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

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