#AFA295

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

Shades of Cloudy #AFA295

Tints of Cloudy #AFA295

Color information

#AFA295 (or 0xAFA295) is unknown color: approx Cloudy. HEX triplet: AF, A2 and 95. RGB value is (175,162,149). Sum of RGB (Red+Green+Blue) = 175+162+149=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA295 is #505D6A. Grayscale: #A4A4A4. Windows color (decimal): -5266795 or 9806511. OLE color: 9806511.

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

Color convert

RGB175162149-
CMYK00.070.150.31
HSL30º13.98%63.53%-
HSV(B)30º14.86%68.63%-
XYZ36.0237.1233.7-
YUV164.4119.31135.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 162 (63.67% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=36.01%
G=33.33%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516214900.070.150.313013.9863.53
HexAFA29507F1F1ee40
Octal2572422250717373616100
Binary10101111101000101001010101111111111111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA295; }

 p { color: rgb(175,162,149); }

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

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

 a { background-color: rgb(175,162,149); }

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

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

 span { border-color: rgb(175,162,149); }

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