Html Css Color HEX #AFBBA2 Silver Chalice

📋 copy color: '#AFBBA2'

red 175 ◦ green 187 ◦ blue 162

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

Shades of Silver Chalice #AFBBA2

Tints of Silver Chalice #AFBBA2

RGB

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

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

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

R = 33.4%
G = 35.69%
B = 30.92%

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

#AFBBA2 (or 0xAFBBA2) is known color: Silver Chalice. HEX triplet: AF, BB and A2. RGB value is (175,187,162). Sum of RGB (Red+Green+Blue) = 175+187+162=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBA2 is #50445D. Grayscale: #B4B4B4. Windows color (decimal): -5260382 or 10664879. OLE color: 10664879.

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

Color convert

RGB 175 187 162 -
CMYK 0.06 0 0.13 0.27
HSL 88.8º 0.16% 0.68% -
HSV(B) 88.8º 0.13% 0.73% -
XYZ 41.97 47.26 41.09 -
YUV 180.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 175 187 162 0.06 0 0.13 0.27 88.8 0.16 0.68
Hex AF BB A2 6 0 D 1B 59 10 44
Octal 257 273 242 6 0 15 33 131 20 104
Binary 10101111 10111011 10100010 110 0 1101 11011 1011001 10000 1000100

Color Harmonies of #AFBBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBA2

Black with #AFBBA2

Text Example


Text Example

White with #AFBBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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