Html Css Color HEX #AFB8A2 Silver Chalice

📋 copy color: '#AFB8A2'

red 175 ◦ green 184 ◦ blue 162

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

Shades of Silver Chalice #AFB8A2

Tints of Silver Chalice #AFB8A2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.32%

 BLUE value IS 162 (63.67% from 255) = 31.09%

R = 33.59%
G = 35.32%
B = 31.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#AFB8A2 (or 0xAFB8A2) is known color: Silver Chalice. HEX triplet: AF, B8 and A2. RGB value is (175,184,162). Sum of RGB (Red+Green+Blue) = 175+184+162=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8A2 is #50475D. Grayscale: #B2B2B2. Windows color (decimal): -5261150 or 10664111. OLE color: 10664111.

HSL color Cylindrical-coordinate representation of color #AFB8A2: hue angle of 84.55º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB8A2 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 162 -
CMYK 0.05 0 0.12 0.28
HSL 84.55º 0.13% 0.68% -
HSV(B) 84.55º 0.12% 0.72% -
XYZ 41.34 46 40.88 -
YUV 178.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 175 184 162 0.05 0 0.12 0.28 84.55 0.13 0.68
Hex AF B8 A2 5 0 C 1C 55 D 44
Octal 257 270 242 5 0 14 34 125 15 104
Binary 10101111 10111000 10100010 101 0 1100 11100 1010101 1101 1000100

Color Harmonies of #AFB8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8A2

Black with #AFB8A2

Text Example


Text Example

White with #AFB8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8A2; }

 p { color: rgb(175,184,162); }

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

background-color css

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

 a { background-color: rgb(175,184,162); }

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

border-color css

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

 span { border-color: rgb(175,184,162); }

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