#AFA458

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

Shades of Gimblet #AFA458

Tints of Gimblet #AFA458

Color information

#AFA458 (or 0xAFA458) is unknown color: approx Gimblet. HEX triplet: AF, A4 and 58. RGB value is (175,164,88). Sum of RGB (Red+Green+Blue) = 175+164+88=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA458 is #505BA7. Grayscale: #9E9E9E. Windows color (decimal): -5266344 or 5809327. OLE color: 5809327.

HSL color Cylindrical-coordinate representation of color #AFA458: hue angle of 52.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFA458 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17516488-
CMYK00.060.500.31
HSL52.41º35.22%51.57%-
HSV(B)52.41º49.71%68.63%-
XYZ32.7236.3714.53-
YUV158.6288.14139.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 88 (34.77% from 255) = 20.61%
R=40.98%
G=38.41%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751648800.060.500.3152.4135.2251.57
HexAFA45806321F342334
Octal257244130066237644364
Binary10101111101001001011000011011001011111110100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA458; }

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

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

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

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

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

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

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

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