#AFA69A

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

Shades of Cloudy #AFA69A

Tints of Cloudy #AFA69A

Color information

#AFA69A (or 0xAFA69A) is unknown color: approx Cloudy. HEX triplet: AF, A6 and 9A. RGB value is (175,166,154). Sum of RGB (Red+Green+Blue) = 175+166+154=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA69A is #505965. Grayscale: #A7A7A7. Windows color (decimal): -5265766 or 10135215. OLE color: 10135215.

HSL color Cylindrical-coordinate representation of color #AFA69A: hue angle of 34.29º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFA69A is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB175166154-
CMYK00.050.120.31
HSL34.29º11.6%64.51%-
HSV(B)34.29º12%68.63%-
XYZ37.1538.7236.09-
YUV167.32120.48133.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=35.35%
G=33.54%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516615400.050.120.3134.2911.664.51
HexAFA69A05C1F22c41
Octal2572462320514374214101
Binary101011111010011010011010010111001111110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA69A; }

 p { color: rgb(175,166,154); }

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

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

 a { background-color: rgb(175,166,154); }

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

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

 span { border-color: rgb(175,166,154); }

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