#afa45a

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

Shades of Gimblet #AFA45A

Tints of Gimblet #AFA45A

Color information

#AFA45A (or 0xAFA45A) is unknown color: approx Gimblet. HEX triplet: AF, A4 and 5A. RGB value is (175,164,90). Sum of RGB (Red+Green+Blue) = 175+164+90=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA45A is #505BA5. Grayscale: #9F9F9F. Windows color (decimal): -5266342 or 5940399. OLE color: 5940399.

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

Color convert

RGB17516490-
CMYK00.060.490.31
HSL52.24º34.69%51.96%-
HSV(B)52.24º48.57%68.63%-
XYZ32.836.414.97-
YUV158.8589.14139.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=40.79%
G=38.23%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751649000.060.490.3152.2434.6951.96
HexAFA45A06311F342334
Octal257244132066137644364
Binary10101111101001001011010011011000111111110100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afa45a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afa45a; }

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

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

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

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

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

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

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

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