Html Css Color HEX #AFBAA3 Silver Chalice

📋 copy color: '#AFBAA3'

red 175 ◦ green 186 ◦ blue 163

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

Shades of Silver Chalice #AFBAA3

Tints of Silver Chalice #AFBAA3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.5%

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

R = 33.4%
G = 35.5%
B = 31.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#AFBAA3 (or 0xAFBAA3) is known color: Silver Chalice. HEX triplet: AF, BA and A3. RGB value is (175,186,163). Sum of RGB (Red+Green+Blue) = 175+186+163=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAA3 is #50455C. Grayscale: #B4B4B4. Windows color (decimal): -5260637 or 10730159. OLE color: 10730159.

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

Color convert

RGB 175 186 163 -
CMYK 0.06 0 0.12 0.27
HSL 88.7º 0.14% 0.68% -
HSV(B) 88.7º 0.12% 0.73% -
XYZ 41.85 46.88 41.49 -
YUV 180.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 175 186 163 0.06 0 0.12 0.27 88.7 0.14 0.68
Hex AF BA A3 6 0 C 1B 59 E 44
Octal 257 272 243 6 0 14 33 131 16 104
Binary 10101111 10111010 10100011 110 0 1100 11011 1011001 1110 1000100

Color Harmonies of #AFBAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBAA3

Black with #AFBAA3

Text Example


Text Example

White with #AFBAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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