Html Css Color HEX #AFA39B Silk

📋 copy color: '#AFA39B'

red 175 ◦ green 163 ◦ blue 155

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

Shades of Silk #AFA39B

Tints of Silk #AFA39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.06%

 BLUE value IS 155 (60.94% from 255) = 31.44%

R = 35.5%
G = 33.06%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AFA39B (or 0xAFA39B) is known color: Silk. HEX triplet: AF, A3 and 9B. RGB value is (175,163,155). Sum of RGB (Red+Green+Blue) = 175+163+155=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA39B is #505C64. Grayscale: #A5A5A5. Windows color (decimal): -5266533 or 10199983. OLE color: 10199983.

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

Color convert

RGB 175 163 155 -
CMYK 0 0.07 0.11 0.31
HSL 24º 0.11% 0.65% -
HSV(B) 24º 0.11% 0.69% -
XYZ 36.69 37.67 36.35 -
YUV 165.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 175 163 155 0 0.07 0.11 0.31 24 0.11 0.65
Hex AF A3 9B 0 7 B 1F 18 B 41
Octal 257 243 233 0 7 13 37 30 13 101
Binary 10101111 10100011 10011011 0 111 1011 11111 11000 1011 1000001

Color Harmonies of #AFA39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA39B

Black with #AFA39B

Text Example


Text Example

White with #AFA39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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