Html Css Color HEX #A1BEAE Skeptic

📋 copy color: '#A1BEAE'

red 161 ◦ green 190 ◦ blue 174

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

Shades of Skeptic #A1BEAE

Tints of Skeptic #A1BEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.14%

R = 30.67%
G = 36.19%
B = 33.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#A1BEAE (or 0xA1BEAE) is known color: Skeptic. HEX triplet: A1, BE and AE. RGB value is (161,190,174). Sum of RGB (Red+Green+Blue) = 161+190+174=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEAE is #5E4151. Grayscale: #B3B3B3. Windows color (decimal): -6177106 or 11452065. OLE color: 11452065.

HSL color Cylindrical-coordinate representation of color #A1BEAE: hue angle of 146.9º 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 #A1BEAE is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 190 174 -
CMYK 0.15 0 0.08 0.25
HSL 146.9º 0.18% 0.69% -
HSV(B) 146.9º 0.15% 0.75% -
XYZ 40.75 47.46 47.06 -
YUV 179.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 161 190 174 0.15 0 0.08 0.25 146.9 0.18 0.69
Hex A1 BE AE F 0 8 19 93 12 45
Octal 241 276 256 17 0 10 31 223 22 105
Binary 10100001 10111110 10101110 1111 0 1000 11001 10010011 10010 1000101

Color Harmonies of #A1BEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BEAE

Black with #A1BEAE

Text Example


Text Example

White with #A1BEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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