Html Css Color HEX #AFA193 Cloudy

📋 copy color: '#AFA193'

red 175 ◦ green 161 ◦ blue 147

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

Shades of Cloudy #AFA193

Tints of Cloudy #AFA193

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.33%

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

R = 36.23%
G = 33.33%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AFA193 (or 0xAFA193) is known color: Cloudy. HEX triplet: AF, A1 and 93. RGB value is (175,161,147). Sum of RGB (Red+Green+Blue) = 175+161+147=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA193 is #505E6C. Grayscale: #A3A3A3. Windows color (decimal): -5267053 or 9675183. OLE color: 9675183.

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

Color convert

RGB 175 161 147 -
CMYK 0 0.08 0.16 0.31
HSL 30º 0.15% 0.63% -
HSV(B) 30º 0.16% 0.69% -
XYZ 35.69 36.71 32.81 -
YUV 163.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 175 161 147 0 0.08 0.16 0.31 30 0.15 0.63
Hex AF A1 93 0 8 10 1F 1E F 3F
Octal 257 241 223 0 10 20 37 36 17 77
Binary 10101111 10100001 10010011 0 1000 10000 11111 11110 1111 111111

Color Harmonies of #AFA193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA193

Black with #AFA193

Text Example


Text Example

White with #AFA193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA193; }

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

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

background-color css

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

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

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

border-color css

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

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

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