Html Css Color HEX #AFA89E Cloudy

📋 copy color: '#AFA89E'

red 175 ◦ green 168 ◦ blue 158

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

Shades of Cloudy #AFA89E

Tints of Cloudy #AFA89E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.53%

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 34.93%
G = 33.53%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AFA89E (or 0xAFA89E) is known color: Cloudy. HEX triplet: AF, A8 and 9E. RGB value is (175,168,158). Sum of RGB (Red+Green+Blue) = 175+168+158=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA89E is #505761. Grayscale: #A9A9A9. Windows color (decimal): -5265250 or 10397871. OLE color: 10397871.

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

Color convert

RGB 175 168 158 -
CMYK 0 0.04 0.10 0.31
HSL 35.29º 0.1% 0.65% -
HSV(B) 35.29º 0.1% 0.69% -
XYZ 37.85 39.59 37.99 -
YUV 168.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 175 168 158 0 0.04 0.10 0.31 35.29 0.1 0.65
Hex AF A8 9E 0 4 A 1F 23 A 41
Octal 257 250 236 0 4 12 37 43 12 101
Binary 10101111 10101000 10011110 0 100 1010 11111 100011 1010 1000001

Color Harmonies of #AFA89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA89E

Black with #AFA89E

Text Example


Text Example

White with #AFA89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA89E; }

 p { color: rgb(175,168,158); }

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

background-color css

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

 a { background-color: rgb(175,168,158); }

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

border-color css

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

 span { border-color: rgb(175,168,158); }

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