#AFA294

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

Shades of Cloudy #AFA294

Tints of Cloudy #AFA294

Color information

#AFA294 (or 0xAFA294) is unknown color: approx Cloudy. HEX triplet: AF, A2 and 94. RGB value is (175,162,148). Sum of RGB (Red+Green+Blue) = 175+162+148=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA294 is #505D6B. Grayscale: #A4A4A4. Windows color (decimal): -5266796 or 9740975. OLE color: 9740975.

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

Color convert

RGB175162148-
CMYK00.070.150.31
HSL31.11º14.44%63.33%-
HSV(B)31.11º15.43%68.63%-
XYZ35.9437.0933.28-
YUV164.29118.81135.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=36.08%
G=33.40%
B=30.52%

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
Decimal17516214800.070.150.3131.1114.4463.33
HexAFA29407F1F1fe3f
Octal257242224071737371677
Binary1010111110100010100101000111111111111111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA294; }

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

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

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

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

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

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

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

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