Html Css Color HEX #AFA8A3 Silk

📋 copy color: '#AFA8A3'

red 175 ◦ green 168 ◦ blue 163

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

Shades of Silk #AFA8A3

Tints of Silk #AFA8A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.21%

R = 34.58%
G = 33.2%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AFA8A3 (or 0xAFA8A3) is known color: Silk. HEX triplet: AF, A8 and A3. RGB value is (175,168,163). Sum of RGB (Red+Green+Blue) = 175+168+163=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8A3 is #50575C. Grayscale: #A9A9A9. Windows color (decimal): -5265245 or 10725551. OLE color: 10725551.

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

Color convert

RGB 175 168 163 -
CMYK 0 0.04 0.07 0.31
HSL 25º 0.07% 0.66% -
HSV(B) 25º 0.07% 0.69% -
XYZ 38.29 39.76 40.31 -
YUV 169.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 175 168 163 0 0.04 0.07 0.31 25 0.07 0.66
Hex AF A8 A3 0 4 7 1F 19 7 42
Octal 257 250 243 0 4 7 37 31 7 102
Binary 10101111 10101000 10100011 0 100 111 11111 11001 111 1000010

Color Harmonies of #AFA8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8A3

Black with #AFA8A3

Text Example


Text Example

White with #AFA8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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