Html Css Color HEX #AFA393 Cloudy

📋 copy color: '#AFA393'

red 175 ◦ green 163 ◦ blue 147

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

Shades of Cloudy #AFA393

Tints of Cloudy #AFA393

RGB

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

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

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

R = 36.08%
G = 33.61%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AFA393 (or 0xAFA393) is known color: Cloudy. HEX triplet: AF, A3 and 93. RGB value is (175,163,147). Sum of RGB (Red+Green+Blue) = 175+163+147=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA393 is #505C6C. Grayscale: #A4A4A4. Windows color (decimal): -5266541 or 9675695. OLE color: 9675695.

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

Color convert

RGB 175 163 147 -
CMYK 0 0.07 0.16 0.31
HSL 34.29º 0.15% 0.63% -
HSV(B) 34.29º 0.16% 0.69% -
XYZ 36.04 37.41 32.93 -
YUV 164.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 175 163 147 0 0.07 0.16 0.31 34.29 0.15 0.63
Hex AF A3 93 0 7 10 1F 22 F 3F
Octal 257 243 223 0 7 20 37 42 17 77
Binary 10101111 10100011 10010011 0 111 10000 11111 100010 1111 111111

Color Harmonies of #AFA393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA393

Black with #AFA393

Text Example


Text Example

White with #AFA393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA393; }

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

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

background-color css

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

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

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

border-color css

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

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

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