#afa493

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

Shades of Cloudy #AFA493

Tints of Cloudy #AFA493

Color information

#AFA493 (or 0xAFA493) is unknown color: approx Cloudy. HEX triplet: AF, A4 and 93. RGB value is (175,164,147). Sum of RGB (Red+Green+Blue) = 175+164+147=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA493 is #505B6C. Grayscale: #A5A5A5. Windows color (decimal): -5266285 or 9675951. OLE color: 9675951.

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

Color convert

RGB175164147-
CMYK00.060.160.31
HSL36.43º14.89%63.14%-
HSV(B)36.43º16%68.63%-
XYZ36.2237.7732.99-
YUV165.35117.64134.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 164 (64.45% from 255) = 33.74%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=36.01%
G=33.74%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516414700.060.160.3136.4314.8963.14
HexAFA49306101F24f3f
Octal257244223062037441777
Binary101011111010010010010011011010000111111001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afa493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afa493; }

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

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

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

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

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

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

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

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