Html Css Color HEX #AFA394 Cloudy

📋 copy color: '#AFA394'

red 175 ◦ green 163 ◦ blue 148

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

Shades of Cloudy #AFA394

Tints of Cloudy #AFA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.54%

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 36.01%
G = 33.54%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AFA394 (or 0xAFA394) is known color: Cloudy. HEX triplet: AF, A3 and 94. RGB value is (175,163,148). Sum of RGB (Red+Green+Blue) = 175+163+148=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA394 is #505C6B. Grayscale: #A4A4A4. Windows color (decimal): -5266540 or 9741231. OLE color: 9741231.

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

Color convert

RGB 175 163 148 -
CMYK 0 0.07 0.15 0.31
HSL 33.33º 0.14% 0.63% -
HSV(B) 33.33º 0.15% 0.69% -
XYZ 36.12 37.45 33.34 -
YUV 164.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 175 163 148 0 0.07 0.15 0.31 33.33 0.14 0.63
Hex AF A3 94 0 7 F 1F 21 E 3F
Octal 257 243 224 0 7 17 37 41 16 77
Binary 10101111 10100011 10010100 0 111 1111 11111 100001 1110 111111

Color Harmonies of #AFA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA394

Black with #AFA394

Text Example


Text Example

White with #AFA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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