Html Css Color HEX #A1BEAD Skeptic

📋 copy color: '#A1BEAD'

red 161 ◦ green 190 ◦ blue 173

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

Shades of Skeptic #A1BEAD

Tints of Skeptic #A1BEAD

RGB

 RED value IS 161 (63.28% from 255) = 30.73%

 GREEN value IS 190 (74.61% from 255) = 36.26%

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

R = 30.73%
G = 36.26%
B = 33.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A1BEAD (or 0xA1BEAD) is known color: Skeptic. HEX triplet: A1, BE and AD. RGB value is (161,190,173). Sum of RGB (Red+Green+Blue) = 161+190+173=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEAD is #5E4152. Grayscale: #B3B3B3. Windows color (decimal): -6177107 or 11386529. OLE color: 11386529.

HSL color Cylindrical-coordinate representation of color #A1BEAD: hue angle of 144.83º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BEAD is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 190 173 -
CMYK 0.15 0 0.09 0.25
HSL 144.83º 0.18% 0.69% -
HSV(B) 144.83º 0.15% 0.75% -
XYZ 40.65 47.42 46.55 -
YUV 179.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 161 190 173 0.15 0 0.09 0.25 144.83 0.18 0.69
Hex A1 BE AD F 0 9 19 91 12 45
Octal 241 276 255 17 0 11 31 221 22 105
Binary 10100001 10111110 10101101 1111 0 1001 11001 10010001 10010 1000101

Color Harmonies of #A1BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BEAD

Black with #A1BEAD

Text Example


Text Example

White with #A1BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BEAD; }

 p { color: rgb(161,190,173); }

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

background-color css

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

 a { background-color: rgb(161,190,173); }

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

border-color css

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

 span { border-color: rgb(161,190,173); }

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