Html Css Color HEX #AFA89D Cloudy

📋 copy color: '#AFA89D'

red 175 ◦ green 168 ◦ blue 157

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

Shades of Cloudy #AFA89D

Tints of Cloudy #AFA89D

RGB

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

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

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

R = 35%
G = 33.6%
B = 31.4%

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

#AFA89D (or 0xAFA89D) is known color: Cloudy. HEX triplet: AF, A8 and 9D. RGB value is (175,168,157). Sum of RGB (Red+Green+Blue) = 175+168+157=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA89D is #505762. Grayscale: #A8A8A8. Windows color (decimal): -5265251 or 10332335. OLE color: 10332335.

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

Color convert

RGB 175 168 157 -
CMYK 0 0.04 0.10 0.31
HSL 36.67º 0.1% 0.65% -
HSV(B) 36.67º 0.1% 0.69% -
XYZ 37.77 39.55 37.54 -
YUV 168.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 175 168 157 0 0.04 0.10 0.31 36.67 0.1 0.65
Hex AF A8 9D 0 4 A 1F 25 A 41
Octal 257 250 235 0 4 12 37 45 12 101
Binary 10101111 10101000 10011101 0 100 1010 11111 100101 1010 1000001

Color Harmonies of #AFA89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA89D

Black with #AFA89D

Text Example


Text Example

White with #AFA89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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