Html Css Color HEX #A4B5A9 Skeptic

📋 copy color: '#A4B5A9'

red 164 ◦ green 181 ◦ blue 169

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

Shades of Skeptic #A4B5A9

Tints of Skeptic #A4B5A9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.21%

 BLUE value IS 169 (66.41% from 255) = 32.88%

R = 31.91%
G = 35.21%
B = 32.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#A4B5A9 (or 0xA4B5A9) is known color: Skeptic. HEX triplet: A4, B5 and A9. RGB value is (164,181,169). Sum of RGB (Red+Green+Blue) = 164+181+169=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B5A9 is #5B4A56. Grayscale: #AEAEAE. Windows color (decimal): -5982807 or 11122084. OLE color: 11122084.

HSL color Cylindrical-coordinate representation of color #A4B5A9: hue angle of 137.65º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4B5A9 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 181 169 -
CMYK 0.09 0 0.07 0.29
HSL 137.65º 0.1% 0.68% -
HSV(B) 137.65º 0.09% 0.71% -
XYZ 39 43.8 43.94 -
YUV 174.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 164 181 169 0.09 0 0.07 0.29 137.65 0.1 0.68
Hex A4 B5 A9 9 0 7 1D 8A A 44
Octal 244 265 251 11 0 7 35 212 12 104
Binary 10100100 10110101 10101001 1001 0 111 11101 10001010 1010 1000100

Color Harmonies of #A4B5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B5A9

Black with #A4B5A9

Text Example


Text Example

White with #A4B5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B5A9; }

 p { color: rgb(164,181,169); }

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

background-color css

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

 a { background-color: rgb(164,181,169); }

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

border-color css

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

 span { border-color: rgb(164,181,169); }

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