#AFA86B

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

Shades of Gimblet #AFA86B

Tints of Gimblet #AFA86B

Color information

#AFA86B (or 0xAFA86B) is unknown color: approx Gimblet. HEX triplet: AF, A8 and 6B. RGB value is (175,168,107). Sum of RGB (Red+Green+Blue) = 175+168+107=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA86B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA86B is #505794. Grayscale: #A3A3A3. Windows color (decimal): -5265301 or 7055535. OLE color: 7055535.

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

Color convert

RGB175168107-
CMYK00.040.390.31
HSL53.82º29.82%55.29%-
HSV(B)53.82º38.86%68.63%-
XYZ34.3438.1819.47-
YUV163.1496.32136.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 168 (66.02% from 255) = 37.33%
BLUE value IS 107 (42.19% from 255) = 23.78%
R=38.89%
G=37.33%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516810700.040.390.3153.8229.8255.29
HexAFA86B04271F361e37
Octal257250153044737663667
Binary1010111110101000110101101001001111111111011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA86B; }

 p { color: rgb(175,168,107); }

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

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

 a { background-color: rgb(175,168,107); }

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

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

 span { border-color: rgb(175,168,107); }

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