Html Css Color HEX #A4B7AA Skeptic

📋 copy color: '#A4B7AA'

red 164 ◦ green 183 ◦ blue 170

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

Shades of Skeptic #A4B7AA

Tints of Skeptic #A4B7AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.88%

R = 31.72%
G = 35.4%
B = 32.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#A4B7AA (or 0xA4B7AA) is known color: Skeptic. HEX triplet: A4, B7 and AA. RGB value is (164,183,170). Sum of RGB (Red+Green+Blue) = 164+183+170=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B7AA is #5B4855. Grayscale: #AFAFAF. Windows color (decimal): -5982294 or 11188132. OLE color: 11188132.

HSL color Cylindrical-coordinate representation of color #A4B7AA: hue angle of 138.95º 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 #A4B7AA is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 170 -
CMYK 0.10 0 0.07 0.28
HSL 138.95º 0.12% 0.68% -
HSV(B) 138.95º 0.1% 0.72% -
XYZ 39.5 44.66 44.57 -
YUV 175.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 164 183 170 0.10 0 0.07 0.28 138.95 0.12 0.68
Hex A4 B7 AA A 0 7 1C 8B C 44
Octal 244 267 252 12 0 7 34 213 14 104
Binary 10100100 10110111 10101010 1010 0 111 11100 10001011 1100 1000100

Color Harmonies of #A4B7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B7AA

Black with #A4B7AA

Text Example


Text Example

White with #A4B7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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