Html Css Color HEX #AFBBA3 Silver Chalice

📋 copy color: '#AFBBA3'

red 175 ◦ green 187 ◦ blue 163

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

Shades of Silver Chalice #AFBBA3

Tints of Silver Chalice #AFBBA3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

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

R = 33.33%
G = 35.62%
B = 31.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#AFBBA3 (or 0xAFBBA3) is known color: Silver Chalice. HEX triplet: AF, BB and A3. RGB value is (175,187,163). Sum of RGB (Red+Green+Blue) = 175+187+163=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBA3 is #50445C. Grayscale: #B4B4B4. Windows color (decimal): -5260381 or 10730415. OLE color: 10730415.

HSL color Cylindrical-coordinate representation of color #AFBBA3: hue angle of 90º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFBBA3 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 163 -
CMYK 0.06 0 0.13 0.27
HSL 90º 0.15% 0.69% -
HSV(B) 90º 0.13% 0.73% -
XYZ 42.06 47.3 41.56 -
YUV 180.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 175 187 163 0.06 0 0.13 0.27 90 0.15 0.69
Hex AF BB A3 6 0 D 1B 5A F 45
Octal 257 273 243 6 0 15 33 132 17 105
Binary 10101111 10111011 10100011 110 0 1101 11011 1011010 1111 1000101

Color Harmonies of #AFBBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBA3

Black with #AFBBA3

Text Example


Text Example

White with #AFBBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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