Html Css Color HEX #A4B9AF Skeptic

📋 copy color: '#A4B9AF'

red 164 ◦ green 185 ◦ blue 175

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

Shades of Skeptic #A4B9AF

Tints of Skeptic #A4B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.31%

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

R = 31.3%
G = 35.31%
B = 33.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#A4B9AF (or 0xA4B9AF) is known color: Skeptic. HEX triplet: A4, B9 and AF. RGB value is (164,185,175). Sum of RGB (Red+Green+Blue) = 164+185+175=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B9AF is #5B4650. Grayscale: #B1B1B1. Windows color (decimal): -5981777 or 11516324. OLE color: 11516324.

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

Color convert

RGB 164 185 175 -
CMYK 0.11 0 0.05 0.27
HSL 151.43º 0.13% 0.68% -
HSV(B) 151.43º 0.11% 0.73% -
XYZ 40.4 45.69 47.25 -
YUV 177.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 164 185 175 0.11 0 0.05 0.27 151.43 0.13 0.68
Hex A4 B9 AF B 0 5 1B 97 D 44
Octal 244 271 257 13 0 5 33 227 15 104
Binary 10100100 10111001 10101111 1011 0 101 11011 10010111 1101 1000100

Color Harmonies of #A4B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B9AF

Black with #A4B9AF

Text Example


Text Example

White with #A4B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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