Html Css Color HEX #A4B7AC Skeptic

📋 copy color: '#A4B7AC'

red 164 ◦ green 183 ◦ blue 172

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

Shades of Skeptic #A4B7AC

Tints of Skeptic #A4B7AC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.26%

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 31.6%
G = 35.26%
B = 33.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#A4B7AC (or 0xA4B7AC) is known color: Skeptic. HEX triplet: A4, B7 and AC. RGB value is (164,183,172). Sum of RGB (Red+Green+Blue) = 164+183+172=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B7AC is #5B4853. Grayscale: #B0B0B0. Windows color (decimal): -5982292 or 11319204. OLE color: 11319204.

HSL color Cylindrical-coordinate representation of color #A4B7AC: hue angle of 145.26º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B7AC is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 172 -
CMYK 0.10 0 0.06 0.28
HSL 145.26º 0.12% 0.68% -
HSV(B) 145.26º 0.1% 0.72% -
XYZ 39.69 44.74 45.57 -
YUV 176.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 164 183 172 0.10 0 0.06 0.28 145.26 0.12 0.68
Hex A4 B7 AC A 0 6 1C 91 C 44
Octal 244 267 254 12 0 6 34 221 14 104
Binary 10100100 10110111 10101100 1010 0 110 11100 10010001 1100 1000100

Color Harmonies of #A4B7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B7AC

Black with #A4B7AC

Text Example


Text Example

White with #A4B7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B7AC; }

 p { color: rgb(164,183,172); }

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

background-color css

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

 a { background-color: rgb(164,183,172); }

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

border-color css

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

 span { border-color: rgb(164,183,172); }

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