Html Css Color HEX #AFACAA Silk

📋 copy color: '#AFACAA'

red 175 ◦ green 172 ◦ blue 170

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

Shades of Silk #AFACAA

Tints of Silk #AFACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.27%

 BLUE value IS 170 (66.8% from 255) = 32.88%

R = 33.85%
G = 33.27%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AFACAA (or 0xAFACAA) is known color: Silk. HEX triplet: AF, AC and AA. RGB value is (175,172,170). Sum of RGB (Red+Green+Blue) = 175+172+170=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACAA is #505355. Grayscale: #ACACAC. Windows color (decimal): -5264214 or 11185327. OLE color: 11185327.

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

Color convert

RGB 175 172 170 -
CMYK 0 0.02 0.03 0.31
HSL 24º 0.03% 0.68% -
HSV(B) 24º 0.03% 0.69% -
XYZ 39.69 41.52 43.95 -
YUV 172.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 175 172 170 0 0.02 0.03 0.31 24 0.03 0.68
Hex AF AC AA 0 2 3 1F 18 3 44
Octal 257 254 252 0 2 3 37 30 3 104
Binary 10101111 10101100 10101010 0 10 11 11111 11000 11 1000100

Color Harmonies of #AFACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACAA

Black with #AFACAA

Text Example


Text Example

White with #AFACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACAA; }

 p { color: rgb(175,172,170); }

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

background-color css

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

 a { background-color: rgb(175,172,170); }

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

border-color css

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

 span { border-color: rgb(175,172,170); }

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