Html Css Color HEX #AFA99D Cloudy

📋 copy color: '#AFA99D'

red 175 ◦ green 169 ◦ blue 157

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

Shades of Cloudy #AFA99D

Tints of Cloudy #AFA99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.73%

 BLUE value IS 157 (61.72% from 255) = 31.34%

R = 34.93%
G = 33.73%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AFA99D (or 0xAFA99D) is known color: Cloudy. HEX triplet: AF, A9 and 9D. RGB value is (175,169,157). Sum of RGB (Red+Green+Blue) = 175+169+157=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA99D is #505662. Grayscale: #A9A9A9. Windows color (decimal): -5264995 or 10332591. OLE color: 10332591.

HSL color Cylindrical-coordinate representation of color #AFA99D: hue angle of 40º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFA99D is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 169 157 -
CMYK 0 0.03 0.10 0.31
HSL 40º 0.1% 0.65% -
HSV(B) 40º 0.1% 0.69% -
XYZ 37.95 39.92 37.6 -
YUV 169.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 175 169 157 0 0.03 0.10 0.31 40 0.1 0.65
Hex AF A9 9D 0 3 A 1F 28 A 41
Octal 257 251 235 0 3 12 37 50 12 101
Binary 10101111 10101001 10011101 0 11 1010 11111 101000 1010 1000001

Color Harmonies of #AFA99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA99D

Black with #AFA99D

Text Example


Text Example

White with #AFA99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA99D; }

 p { color: rgb(175,169,157); }

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

background-color css

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

 a { background-color: rgb(175,169,157); }

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

border-color css

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

 span { border-color: rgb(175,169,157); }

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