Html Css Color HEX #A3BBAD Skeptic

📋 copy color: '#A3BBAD'

red 163 ◦ green 187 ◦ blue 173

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

Shades of Skeptic #A3BBAD

Tints of Skeptic #A3BBAD

RGB

 RED value IS 163 (64.06% from 255) = 31.17%

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

 BLUE value IS 173 (67.97% from 255) = 33.08%

R = 31.17%
G = 35.76%
B = 33.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#A3BBAD (or 0xA3BBAD) is known color: Skeptic. HEX triplet: A3, BB and AD. RGB value is (163,187,173). Sum of RGB (Red+Green+Blue) = 163+187+173=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BBAD is #5C4452. Grayscale: #B2B2B2. Windows color (decimal): -6046803 or 11385763. OLE color: 11385763.

HSL color Cylindrical-coordinate representation of color #A3BBAD: hue angle of 145º 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 #A3BBAD is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 187 173 -
CMYK 0.13 0 0.07 0.27
HSL 145º 0.15% 0.69% -
HSV(B) 145º 0.13% 0.73% -
XYZ 40.42 46.34 46.35 -
YUV 178.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 163 187 173 0.13 0 0.07 0.27 145 0.15 0.69
Hex A3 BB AD D 0 7 1B 91 F 45
Octal 243 273 255 15 0 7 33 221 17 105
Binary 10100011 10111011 10101101 1101 0 111 11011 10010001 1111 1000101

Color Harmonies of #A3BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BBAD

Black with #A3BBAD

Text Example


Text Example

White with #A3BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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