#AFA467

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

Shades of Gimblet #AFA467

Tints of Gimblet #AFA467

Color information

#AFA467 (or 0xAFA467) is unknown color: approx Gimblet. HEX triplet: AF, A4 and 67. RGB value is (175,164,103). Sum of RGB (Red+Green+Blue) = 175+164+103=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA467 is #505B98. Grayscale: #A0A0A0. Windows color (decimal): -5266329 or 6792367. OLE color: 6792367.

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

Color convert

RGB175164103-
CMYK00.060.410.31
HSL50.83º31.03%54.51%-
HSV(B)50.83º41.14%68.63%-
XYZ33.436.6418.14-
YUV160.3395.64138.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 103 (40.62% from 255) = 23.30%
R=39.59%
G=37.10%
B=23.30%

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
Decimal17516410300.060.410.3150.8331.0354.51
HexAFA46706291F331f37
Octal257244147065137633767
Binary1010111110100100110011101101010011111111001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA467; }

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

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

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

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

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

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

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

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