Html Css Color HEX #AFA091 Cloudy

📋 copy color: '#AFA091'

red 175 ◦ green 160 ◦ blue 145

#AFA091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloudy #AFA091

Tints of Cloudy #AFA091

RGB

 RED value IS 175 (68.75% from 255) = 36.46%

 GREEN value IS 160 (62.89% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 36.46%
G = 33.33%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AFA091 (or 0xAFA091) is known color: Cloudy. HEX triplet: AF, A0 and 91. RGB value is (175,160,145). Sum of RGB (Red+Green+Blue) = 175+160+145=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA091 is #505F6E. Grayscale: #A2A2A2. Windows color (decimal): -5267311 or 9543855. OLE color: 9543855.

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

Color convert

RGB 175 160 145 -
CMYK 0 0.09 0.17 0.31
HSL 30º 0.16% 0.63% -
HSV(B) 30º 0.17% 0.69% -
XYZ 35.36 36.3 31.93 -
YUV 162.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 175 160 145 0 0.09 0.17 0.31 30 0.16 0.63
Hex AF A0 91 0 9 11 1F 1E 10 3F
Octal 257 240 221 0 11 21 37 36 20 77
Binary 10101111 10100000 10010001 0 1001 10001 11111 11110 10000 111111

Color Harmonies of #AFA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA091

Black with #AFA091

Text Example


Text Example

White with #AFA091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA091; }

 p { color: rgb(175,160,145); }

 H1.HeaderClassName
 {
   color: #AFA091;
 }
 .AnyTagClassName
 {
   color: #AFA091;
 }
</style>

background-color css

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

 a { background-color: rgb(175,160,145); }

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

border-color css

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

 span { border-color: rgb(175,160,145); }

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