#AFA970

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

Shades of Gimblet #AFA970

Tints of Gimblet #AFA970

Color information

#AFA970 (or 0xAFA970) is unknown color: approx Gimblet. HEX triplet: AF, A9 and 70. RGB value is (175,169,112). Sum of RGB (Red+Green+Blue) = 175+169+112=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA970 is #50568F. Grayscale: #A4A4A4. Windows color (decimal): -5265040 or 7383471. OLE color: 7383471.

HSL color Cylindrical-coordinate representation of color #AFA970: hue angle of 54.29º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFA970 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB175169112-
CMYK00.030.360.31
HSL54.29º28.25%56.27%-
HSV(B)54.29º36%68.63%-
XYZ34.7938.6620.96-
YUV164.398.49135.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=38.38%
G=37.06%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516911200.030.360.3154.2928.2556.27
HexAFA97003241F361c38
Octal257251160034437663470
Binary101011111010100111100000111001001111111011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA970; }

 p { color: rgb(175,169,112); }

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

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

 a { background-color: rgb(175,169,112); }

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

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

 span { border-color: rgb(175,169,112); }

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