#AFA594

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

Shades of Cloudy #AFA594

Tints of Cloudy #AFA594

Color information

#AFA594 (or 0xAFA594) is unknown color: approx Cloudy. HEX triplet: AF, A5 and 94. RGB value is (175,165,148). Sum of RGB (Red+Green+Blue) = 175+165+148=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA594 is #505A6B. Grayscale: #A6A6A6. Windows color (decimal): -5266028 or 9741743. OLE color: 9741743.

HSL color Cylindrical-coordinate representation of color #AFA594: hue angle of 37.78º 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 #AFA594 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175165148-
CMYK00.060.150.31
HSL37.78º14.44%63.33%-
HSV(B)37.78º15.43%68.63%-
XYZ36.4838.1633.46-
YUV166.05117.81134.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=35.86%
G=33.81%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516514800.060.150.3137.7814.4463.33
HexAFA59406F1F26e3f
Octal257245224061737461677
Binary10101111101001011001010001101111111111001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA594; }

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

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

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

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

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

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

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

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