Html Css Color HEX #A4BBAF Skeptic

📋 copy color: '#A4BBAF'

red 164 ◦ green 187 ◦ blue 175

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

Shades of Skeptic #A4BBAF

Tints of Skeptic #A4BBAF

RGB

 RED value IS 164 (64.45% from 255) = 31.18%

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

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 31.18%
G = 35.55%
B = 33.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#A4BBAF (or 0xA4BBAF) is known color: Skeptic. HEX triplet: A4, BB and AF. RGB value is (164,187,175). Sum of RGB (Red+Green+Blue) = 164+187+175=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBAF is #5B4450. Grayscale: #B2B2B2. Windows color (decimal): -5981265 or 11516836. OLE color: 11516836.

HSL color Cylindrical-coordinate representation of color #A4BBAF: hue angle of 148.7º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BBAF is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 187 175 -
CMYK 0.12 0 0.06 0.27
HSL 148.7º 0.14% 0.69% -
HSV(B) 148.7º 0.12% 0.73% -
XYZ 40.82 46.53 47.39 -
YUV 178.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 164 187 175 0.12 0 0.06 0.27 148.7 0.14 0.69
Hex A4 BB AF C 0 6 1B 95 E 45
Octal 244 273 257 14 0 6 33 225 16 105
Binary 10100100 10111011 10101111 1100 0 110 11011 10010101 1110 1000101

Color Harmonies of #A4BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBAF

Black with #A4BBAF

Text Example


Text Example

White with #A4BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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