Html Css Color HEX #AFB4A3 Silver Chalice

📋 copy color: '#AFB4A3'

red 175 ◦ green 180 ◦ blue 163

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

Shades of Silver Chalice #AFB4A3

Tints of Silver Chalice #AFB4A3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.75%

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

R = 33.78%
G = 34.75%
B = 31.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#AFB4A3 (or 0xAFB4A3) is known color: Silver Chalice. HEX triplet: AF, B4 and A3. RGB value is (175,180,163). Sum of RGB (Red+Green+Blue) = 175+180+163=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB4A3 is #504B5C. Grayscale: #B0B0B0. Windows color (decimal): -5262173 or 10728623. OLE color: 10728623.

HSL color Cylindrical-coordinate representation of color #AFB4A3: hue angle of 77.65º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFB4A3 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 163 -
CMYK 0.03 0 0.09 0.29
HSL 77.65º 0.1% 0.67% -
HSV(B) 77.65º 0.09% 0.71% -
XYZ 40.61 44.4 41.08 -
YUV 176.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 175 180 163 0.03 0 0.09 0.29 77.65 0.1 0.67
Hex AF B4 A3 3 0 9 1D 4E A 43
Octal 257 264 243 3 0 11 35 116 12 103
Binary 10101111 10110100 10100011 11 0 1001 11101 1001110 1010 1000011

Color Harmonies of #AFB4A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB4A3

Black with #AFB4A3

Text Example


Text Example

White with #AFB4A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB4A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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