Html Css Color HEX #A0BEA3 Chinook

📋 copy color: '#A0BEA3'

red 160 ◦ green 190 ◦ blue 163

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

Shades of Chinook #A0BEA3

Tints of Chinook #A0BEA3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.04%

 BLUE value IS 163 (64.06% from 255) = 31.77%

R = 31.19%
G = 37.04%
B = 31.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#A0BEA3 (or 0xA0BEA3) is known color: Chinook. HEX triplet: A0, BE and A3. RGB value is (160,190,163). Sum of RGB (Red+Green+Blue) = 160+190+163=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEA3 is #5F415C. Grayscale: #B2B2B2. Windows color (decimal): -6242653 or 10731168. OLE color: 10731168.

HSL color Cylindrical-coordinate representation of color #A0BEA3: hue angle of 126º 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 #A0BEA3 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 163 -
CMYK 0.16 0 0.14 0.25
HSL 126º 0.19% 0.69% -
HSV(B) 126º 0.16% 0.75% -
XYZ 39.52 46.94 41.63 -
YUV 177.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 160 190 163 0.16 0 0.14 0.25 126 0.19 0.69
Hex A0 BE A3 10 0 E 19 7E 13 45
Octal 240 276 243 20 0 16 31 176 23 105
Binary 10100000 10111110 10100011 10000 0 1110 11001 1111110 10011 1000101

Color Harmonies of #A0BEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEA3

Black with #A0BEA3

Text Example


Text Example

White with #A0BEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEA3; }

 p { color: rgb(160,190,163); }

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

background-color css

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

 a { background-color: rgb(160,190,163); }

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

border-color css

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

 span { border-color: rgb(160,190,163); }

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