Html Css Color HEX #AFBCA2 Silver Chalice

📋 copy color: '#AFBCA2'

red 175 ◦ green 188 ◦ blue 162

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

Shades of Silver Chalice #AFBCA2

Tints of Silver Chalice #AFBCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.81%

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

R = 33.33%
G = 35.81%
B = 30.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#AFBCA2 (or 0xAFBCA2) is known color: Silver Chalice. HEX triplet: AF, BC and A2. RGB value is (175,188,162). Sum of RGB (Red+Green+Blue) = 175+188+162=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBCA2 is #50435D. Grayscale: #B5B5B5. Windows color (decimal): -5260126 or 10665135. OLE color: 10665135.

HSL color Cylindrical-coordinate representation of color #AFBCA2: hue angle of 90º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFBCA2 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 162 -
CMYK 0.07 0 0.14 0.26
HSL 90º 0.16% 0.69% -
HSV(B) 90º 0.14% 0.74% -
XYZ 42.18 47.69 41.16 -
YUV 181.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 175 188 162 0.07 0 0.14 0.26 90 0.16 0.69
Hex AF BC A2 7 0 E 1A 5A 10 45
Octal 257 274 242 7 0 16 32 132 20 105
Binary 10101111 10111100 10100010 111 0 1110 11010 1011010 10000 1000101

Color Harmonies of #AFBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCA2

Black with #AFBCA2

Text Example


Text Example

White with #AFBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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