#AFA15A

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

Shades of Gimblet #AFA15A

Tints of Gimblet #AFA15A

Color information

#AFA15A (or 0xAFA15A) is unknown color: approx Gimblet. HEX triplet: AF, A1 and 5A. RGB value is (175,161,90). Sum of RGB (Red+Green+Blue) = 175+161+90=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA15A is #505EA5. Grayscale: #9D9D9D. Windows color (decimal): -5267110 or 5939631. OLE color: 5939631.

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

Color convert

RGB17516190-
CMYK00.080.490.31
HSL50.12º34.69%51.96%-
HSV(B)50.12º48.57%68.63%-
XYZ32.2735.3414.79-
YUV157.0990.14140.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=41.08%
G=37.79%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751619000.080.490.3150.1234.6951.96
HexAFA15A08311F322334
Octal2572411320106137624364
Binary101011111010000110110100100011000111111110010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA15A; }

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

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

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

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

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

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

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

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