#A4BEAF

Color #A4BEAF Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #A4BEAF

Tints of Skeptic #A4BEAF

Color information

#A4BEAF (or 0xA4BEAF) is unknown color: approx Skeptic. HEX triplet: A4, BE and AF. RGB value is (164,190,175). Sum of RGB (Red+Green+Blue) = 164+190+175=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BEAF is #5B4150. Grayscale: #B4B4B4. Windows color (decimal): -5980497 or 11517604. OLE color: 11517604.

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

Color convert

RGB164190175-
CMYK0.1400.080.25
HSL145.38º16.67%69.41%-
HSV(B)145.38º13.68%74.51%-
XYZ41.4647.8147.6-
YUV180.52124.89116.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=31.00%
G=35.92%
B=33.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901750.1400.080.25145.3816.6769.41
HexA4BEAFE0819911145
Octal244276257160103122121105
Binary1010010010111110101011111110010001100110010001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEAF; }

 p { color: rgb(164,190,175); }

 H1.HeaderClassName
 {
   color: #A4BEAF;
 }
 .AnyTagClassName
 {
   color: #A4BEAF;
 }
</style>
background-color css

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

 a { background-color: rgb(164,190,175); }

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

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

 span { border-color: rgb(164,190,175); }

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