Html Css Color HEX #AFABA8 Silk

📋 copy color: '#AFABA8'

red 175 ◦ green 171 ◦ blue 168

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

Shades of Silk #AFABA8

Tints of Silk #AFABA8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.27%

 BLUE value IS 168 (66.02% from 255) = 32.68%

R = 34.05%
G = 33.27%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AFABA8 (or 0xAFABA8) is known color: Silk. HEX triplet: AF, AB and A8. RGB value is (175,171,168). Sum of RGB (Red+Green+Blue) = 175+171+168=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA8 is #505457. Grayscale: #ABABAB. Windows color (decimal): -5264472 or 11053999. OLE color: 11053999.

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

Color convert

RGB 175 171 168 -
CMYK 0 0.02 0.04 0.31
HSL 25.71º 0.04% 0.67% -
HSV(B) 25.71º 0.04% 0.69% -
XYZ 39.31 41.07 42.9 -
YUV 171.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 175 171 168 0 0.02 0.04 0.31 25.71 0.04 0.67
Hex AF AB A8 0 2 4 1F 1A 4 43
Octal 257 253 250 0 2 4 37 32 4 103
Binary 10101111 10101011 10101000 0 10 100 11111 11010 100 1000011

Color Harmonies of #AFABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABA8

Black with #AFABA8

Text Example


Text Example

White with #AFABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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