Html Css Color HEX #A0B4BF Heather

📋 copy color: '#A0B4BF'

red 160 ◦ green 180 ◦ blue 191

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

Shades of Heather #A0B4BF

Tints of Heather #A0B4BF

RGB

 RED value IS 160 (62.89% from 255) = 30.13%

 GREEN value IS 180 (70.7% from 255) = 33.9%

 BLUE value IS 191 (75% from 255) = 35.97%

R = 30.13%
G = 33.9%
B = 35.97%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A0B4BF (or 0xA0B4BF) is known color: Heather. HEX triplet: A0, B4 and BF. RGB value is (160,180,191). Sum of RGB (Red+Green+Blue) = 160+180+191=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B4BF is #5F4B40. Grayscale: #AFAFAF. Windows color (decimal): -6245185 or 12563616. OLE color: 12563616.

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

Color convert

RGB 160 180 191 -
CMYK 0.16 0.06 0 0.25
HSL 201.29º 0.19% 0.69% -
HSV(B) 201.29º 0.16% 0.75% -
XYZ 40.22 43.88 55.64 -
YUV 175.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 160 180 191 0.16 0.06 0 0.25 201.29 0.19 0.69
Hex A0 B4 BF 10 6 0 19 C9 13 45
Octal 240 264 277 20 6 0 31 311 23 105
Binary 10100000 10110100 10111111 10000 110 0 11001 11001001 10011 1000101

Color Harmonies of #A0B4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B4BF

Black with #A0B4BF

Text Example


Text Example

White with #A0B4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B4BF; }

 p { color: rgb(160,180,191); }

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

background-color css

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

 a { background-color: rgb(160,180,191); }

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

border-color css

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

 span { border-color: rgb(160,180,191); }

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