Html Css Color HEX #AFA7A1 Silk

📋 copy color: '#AFA7A1'

red 175 ◦ green 167 ◦ blue 161

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

Shades of Silk #AFA7A1

Tints of Silk #AFA7A1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.2%

 BLUE value IS 161 (63.28% from 255) = 32.01%

R = 34.79%
G = 33.2%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AFA7A1 (or 0xAFA7A1) is known color: Silk. HEX triplet: AF, A7 and A1. RGB value is (175,167,161). Sum of RGB (Red+Green+Blue) = 175+167+161=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA7A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA7A1 is #50585E. Grayscale: #A8A8A8. Windows color (decimal): -5265503 or 10594223. OLE color: 10594223.

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

Color convert

RGB 175 167 161 -
CMYK 0 0.05 0.08 0.31
HSL 25.71º 0.08% 0.66% -
HSV(B) 25.71º 0.08% 0.69% -
XYZ 37.93 39.32 39.31 -
YUV 168.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 175 167 161 0 0.05 0.08 0.31 25.71 0.08 0.66
Hex AF A7 A1 0 5 8 1F 1A 8 42
Octal 257 247 241 0 5 10 37 32 10 102
Binary 10101111 10100111 10100001 0 101 1000 11111 11010 1000 1000010

Color Harmonies of #AFA7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA7A1

Black with #AFA7A1

Text Example


Text Example

White with #AFA7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA7A1; }

 p { color: rgb(175,167,161); }

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

background-color css

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

 a { background-color: rgb(175,167,161); }

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

border-color css

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

 span { border-color: rgb(175,167,161); }

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