#AFA468

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

Shades of Gimblet #AFA468

Tints of Gimblet #AFA468

Color information

#AFA468 (or 0xAFA468) is unknown color: approx Gimblet. HEX triplet: AF, A4 and 68. RGB value is (175,164,104). Sum of RGB (Red+Green+Blue) = 175+164+104=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA468 is #505B97. Grayscale: #A0A0A0. Windows color (decimal): -5266328 or 6857903. OLE color: 6857903.

HSL color Cylindrical-coordinate representation of color #AFA468: hue angle of 50.7º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFA468 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB175164104-
CMYK00.060.410.31
HSL50.7º30.74%54.71%-
HSV(B)50.7º40.57%68.63%-
XYZ33.4536.6618.41-
YUV160.4596.14138.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=39.50%
G=37.02%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516410400.060.410.3150.730.7454.71
HexAFA46806291F331f37
Octal257244150065137633767
Binary1010111110100100110100001101010011111111001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA468; }

 p { color: rgb(175,164,104); }

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

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

 a { background-color: rgb(175,164,104); }

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

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

 span { border-color: rgb(175,164,104); }

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