Html Css Color HEX #A3BEAE Skeptic

📋 copy color: '#A3BEAE'

red 163 ◦ green 190 ◦ blue 174

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

Shades of Skeptic #A3BEAE

Tints of Skeptic #A3BEAE

RGB

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

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

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

R = 30.93%
G = 36.05%
B = 33.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#A3BEAE (or 0xA3BEAE) is known color: Skeptic. HEX triplet: A3, BE and AE. RGB value is (163,190,174). Sum of RGB (Red+Green+Blue) = 163+190+174=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BEAE is #5C4151. Grayscale: #B4B4B4. Windows color (decimal): -6046034 or 11452067. OLE color: 11452067.

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

Color convert

RGB 163 190 174 -
CMYK 0.14 0 0.08 0.25
HSL 144.44º 0.17% 0.69% -
HSV(B) 144.44º 0.14% 0.75% -
XYZ 41.16 47.67 47.08 -
YUV 180.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 163 190 174 0.14 0 0.08 0.25 144.44 0.17 0.69
Hex A3 BE AE E 0 8 19 90 11 45
Octal 243 276 256 16 0 10 31 220 21 105
Binary 10100011 10111110 10101110 1110 0 1000 11001 10010000 10001 1000101

Color Harmonies of #A3BEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BEAE

Black with #A3BEAE

Text Example


Text Example

White with #A3BEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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