Html Css Color HEX #A4B8AF Skeptic

📋 copy color: '#A4B8AF'

red 164 ◦ green 184 ◦ blue 175

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

Shades of Skeptic #A4B8AF

Tints of Skeptic #A4B8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.18%

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

R = 31.36%
G = 35.18%
B = 33.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#A4B8AF (or 0xA4B8AF) is known color: Skeptic. HEX triplet: A4, B8 and AF. RGB value is (164,184,175). Sum of RGB (Red+Green+Blue) = 164+184+175=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B8AF is #5B4750. Grayscale: #B1B1B1. Windows color (decimal): -5982033 or 11516068. OLE color: 11516068.

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

Color convert

RGB 164 184 175 -
CMYK 0.11 0 0.05 0.28
HSL 153º 0.12% 0.68% -
HSV(B) 153º 0.11% 0.72% -
XYZ 40.19 45.27 47.18 -
YUV 176.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 164 184 175 0.11 0 0.05 0.28 153 0.12 0.68
Hex A4 B8 AF B 0 5 1C 99 C 44
Octal 244 270 257 13 0 5 34 231 14 104
Binary 10100100 10111000 10101111 1011 0 101 11100 10011001 1100 1000100

Color Harmonies of #A4B8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B8AF

Black with #A4B8AF

Text Example


Text Example

White with #A4B8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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