Html Css Color HEX #A4BCAF Skeptic

📋 copy color: '#A4BCAF'

red 164 ◦ green 188 ◦ blue 175

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

Shades of Skeptic #A4BCAF

Tints of Skeptic #A4BCAF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.67%

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

R = 31.12%
G = 35.67%
B = 33.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#A4BCAF (or 0xA4BCAF) is known color: Skeptic. HEX triplet: A4, BC and AF. RGB value is (164,188,175). Sum of RGB (Red+Green+Blue) = 164+188+175=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCAF is #5B4350. Grayscale: #B3B3B3. Windows color (decimal): -5981009 or 11517092. OLE color: 11517092.

HSL color Cylindrical-coordinate representation of color #A4BCAF: hue angle of 147.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4BCAF is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 188 175 -
CMYK 0.13 0 0.07 0.26
HSL 147.5º 0.15% 0.69% -
HSV(B) 147.5º 0.13% 0.74% -
XYZ 41.03 46.95 47.46 -
YUV 179.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 164 188 175 0.13 0 0.07 0.26 147.5 0.15 0.69
Hex A4 BC AF D 0 7 1A 94 F 45
Octal 244 274 257 15 0 7 32 224 17 105
Binary 10100100 10111100 10101111 1101 0 111 11010 10010100 1111 1000101

Color Harmonies of #A4BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCAF

Black with #A4BCAF

Text Example


Text Example

White with #A4BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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