#AFA768

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

Shades of Gimblet #AFA768

Tints of Gimblet #AFA768

Color information

#AFA768 (or 0xAFA768) is unknown color: approx Gimblet. HEX triplet: AF, A7 and 68. RGB value is (175,167,104). Sum of RGB (Red+Green+Blue) = 175+167+104=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA768 is #505897. Grayscale: #A2A2A2. Windows color (decimal): -5265560 or 6858671. OLE color: 6858671.

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

Color convert

RGB175167104-
CMYK00.050.410.31
HSL53.24º30.74%54.71%-
HSV(B)53.24º40.57%68.63%-
XYZ3437.7518.59-
YUV162.2195.15137.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 104 (41.02% from 255) = 23.32%
R=39.24%
G=37.44%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516710400.050.410.3153.2430.7454.71
HexAFA76805291F351f37
Octal257247150055137653767
Binary1010111110100111110100001011010011111111010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA768; }

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

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

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

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

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

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

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

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