#AFA15B

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

Shades of Gimblet #AFA15B

Tints of Gimblet #AFA15B

Color information

#AFA15B (or 0xAFA15B) is unknown color: approx Gimblet. HEX triplet: AF, A1 and 5B. RGB value is (175,161,91). Sum of RGB (Red+Green+Blue) = 175+161+91=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA15B is #505EA4. Grayscale: #9D9D9D. Windows color (decimal): -5267109 or 6005167. OLE color: 6005167.

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

Color convert

RGB17516191-
CMYK00.080.480.31
HSL50º34.43%52.16%-
HSV(B)50º48%68.63%-
XYZ32.3135.3615.02-
YUV157.2190.64140.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 91 (35.94% from 255) = 21.31%
R=40.98%
G=37.70%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751619100.080.480.315034.4352.16
HexAFA15B08301F322234
Octal2572411330106037624264
Binary101011111010000110110110100011000011111110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA15B; }

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

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

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

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

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

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

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

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