Html Css Color HEX #AFA093 Cloudy

📋 copy color: '#AFA093'

red 175 ◦ green 160 ◦ blue 147

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

Shades of Cloudy #AFA093

Tints of Cloudy #AFA093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 36.31%
G = 33.2%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AFA093 (or 0xAFA093) is known color: Cloudy. HEX triplet: AF, A0 and 93. RGB value is (175,160,147). Sum of RGB (Red+Green+Blue) = 175+160+147=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA093 is #505F6C. Grayscale: #A3A3A3. Windows color (decimal): -5267309 or 9674927. OLE color: 9674927.

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

Color convert

RGB 175 160 147 -
CMYK 0 0.09 0.16 0.31
HSL 27.86º 0.15% 0.63% -
HSV(B) 27.86º 0.16% 0.69% -
XYZ 35.52 36.36 32.75 -
YUV 163 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 175 160 147 0 0.09 0.16 0.31 27.86 0.15 0.63
Hex AF A0 93 0 9 10 1F 1C F 3F
Octal 257 240 223 0 11 20 37 34 17 77
Binary 10101111 10100000 10010011 0 1001 10000 11111 11100 1111 111111

Color Harmonies of #AFA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA093

Black with #AFA093

Text Example


Text Example

White with #AFA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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