Html Css Color HEX #AFA194 Cloudy

📋 copy color: '#AFA194'

red 175 ◦ green 161 ◦ blue 148

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

Shades of Cloudy #AFA194

Tints of Cloudy #AFA194

RGB

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

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

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

R = 36.16%
G = 33.26%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AFA194 (or 0xAFA194) is known color: Cloudy. HEX triplet: AF, A1 and 94. RGB value is (175,161,148). Sum of RGB (Red+Green+Blue) = 175+161+148=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA194 is #505E6B. Grayscale: #A3A3A3. Windows color (decimal): -5267052 or 9740719. OLE color: 9740719.

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

Color convert

RGB 175 161 148 -
CMYK 0 0.08 0.15 0.31
HSL 28.89º 0.14% 0.63% -
HSV(B) 28.89º 0.15% 0.69% -
XYZ 35.77 36.74 33.22 -
YUV 163.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 175 161 148 0 0.08 0.15 0.31 28.89 0.14 0.63
Hex AF A1 94 0 8 F 1F 1D E 3F
Octal 257 241 224 0 10 17 37 35 16 77
Binary 10101111 10100001 10010100 0 1000 1111 11111 11101 1110 111111

Color Harmonies of #AFA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA194

Black with #AFA194

Text Example


Text Example

White with #AFA194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA194; }

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

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

background-color css

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

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

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

border-color css

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

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

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