Html Css Color HEX #A0B4C2 Heather

📋 copy color: '#A0B4C2'

red 160 ◦ green 180 ◦ blue 194

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

Shades of Heather #A0B4C2

Tints of Heather #A0B4C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.33%

R = 29.96%
G = 33.71%
B = 36.33%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A0B4C2 (or 0xA0B4C2) is known color: Heather. HEX triplet: A0, B4 and C2. RGB value is (160,180,194). Sum of RGB (Red+Green+Blue) = 160+180+194=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 194 - color contains mainly: blue. Hex color #A0B4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B4C2 is #5F4B3D. Grayscale: #AFAFAF. Windows color (decimal): -6245182 or 12760224. OLE color: 12760224.

HSL color Cylindrical-coordinate representation of color #A0B4C2: hue angle of 204.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0B4C2 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 180 194 -
CMYK 0.18 0.07 0 0.24
HSL 204.71º 0.22% 0.69% -
HSV(B) 204.71º 0.18% 0.76% -
XYZ 40.56 44.01 57.4 -
YUV 175.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 160 180 194 0.18 0.07 0 0.24 204.71 0.22 0.69
Hex A0 B4 C2 12 7 0 18 CD 16 45
Octal 240 264 302 22 7 0 30 315 26 105
Binary 10100000 10110100 11000010 10010 111 0 11000 11001101 10110 1000101

Color Harmonies of #A0B4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B4C2

Black with #A0B4C2

Text Example


Text Example

White with #A0B4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B4C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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