#AFA35B

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

Shades of Gimblet #AFA35B

Tints of Gimblet #AFA35B

Color information

#AFA35B (or 0xAFA35B) is unknown color: approx Gimblet. HEX triplet: AF, A3 and 5B. RGB value is (175,163,91). Sum of RGB (Red+Green+Blue) = 175+163+91=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA35B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA35B is #505CA4. Grayscale: #9E9E9E. Windows color (decimal): -5266597 or 6005679. OLE color: 6005679.

HSL color Cylindrical-coordinate representation of color #AFA35B: hue angle of 51.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFA35B is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17516391-
CMYK00.070.480.31
HSL51.43º34.43%52.16%-
HSV(B)51.43º48%68.63%-
XYZ32.6636.0615.14-
YUV158.3889.98139.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=40.79%
G=38.00%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751639100.070.480.3151.4334.4352.16
HexAFA35B07301F332234
Octal257243133076037634264
Binary10101111101000111011011011111000011111110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA35B; }

 p { color: rgb(175,163,91); }

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

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

 a { background-color: rgb(175,163,91); }

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

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

 span { border-color: rgb(175,163,91); }

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