Html Css Color HEX #A8B8C0 Heather

📋 copy color: '#A8B8C0'

red 168 ◦ green 184 ◦ blue 192

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

Shades of Heather #A8B8C0

Tints of Heather #A8B8C0

RGB

 RED value IS 168 (66.02% from 255) = 30.88%

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

 BLUE value IS 192 (75.39% from 255) = 35.29%

R = 30.88%
G = 33.82%
B = 35.29%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A8B8C0 (or 0xA8B8C0) is known color: Heather. HEX triplet: A8, B8 and C0. RGB value is (168,184,192). Sum of RGB (Red+Green+Blue) = 168+184+192=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8B8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B8C0 is #57473F. Grayscale: #B4B4B4. Windows color (decimal): -5719872 or 12630184. OLE color: 12630184.

HSL color Cylindrical-coordinate representation of color #A8B8C0: hue angle of 200º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B8C0 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 184 192 -
CMYK 0.12 0.04 0 0.25
HSL 200º 0.16% 0.71% -
HSV(B) 200º 0.13% 0.75% -
XYZ 42.8 46.41 56.57 -
YUV 180.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 168 184 192 0.12 0.04 0 0.25 200 0.16 0.71
Hex A8 B8 C0 C 4 0 19 C8 10 47
Octal 250 270 300 14 4 0 31 310 20 107
Binary 10101000 10111000 11000000 1100 100 0 11001 11001000 10000 1000111

Color Harmonies of #A8B8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B8C0

Black with #A8B8C0

Text Example


Text Example

White with #A8B8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B8C0; }

 p { color: rgb(168,184,192); }

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

background-color css

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

 a { background-color: rgb(168,184,192); }

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

border-color css

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

 span { border-color: rgb(168,184,192); }

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