Html Css Color HEX #A0CAA5 Chinook

📋 copy color: '#A0CAA5'

red 160 ◦ green 202 ◦ blue 165

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

Shades of Chinook #A0CAA5

Tints of Chinook #A0CAA5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.33%

 BLUE value IS 165 (64.84% from 255) = 31.31%

R = 30.36%
G = 38.33%
B = 31.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#A0CAA5 (or 0xA0CAA5) is known color: Chinook. HEX triplet: A0, CA and A5. RGB value is (160,202,165). Sum of RGB (Red+Green+Blue) = 160+202+165=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CAA5 is #5F355A. Grayscale: #B9B9B9. Windows color (decimal): -6239579 or 10865312. OLE color: 10865312.

HSL color Cylindrical-coordinate representation of color #A0CAA5: hue angle of 127.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAA5 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 165 -
CMYK 0.21 0 0.18 0.21
HSL 127.14º 0.28% 0.71% -
HSV(B) 127.14º 0.21% 0.79% -
XYZ 42.41 52.43 43.48 -
YUV 185.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 160 202 165 0.21 0 0.18 0.21 127.14 0.28 0.71
Hex A0 CA A5 15 0 12 15 7F 1C 47
Octal 240 312 245 25 0 22 25 177 34 107
Binary 10100000 11001010 10100101 10101 0 10010 10101 1111111 11100 1000111

Color Harmonies of #A0CAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CAA5

Black with #A0CAA5

Text Example


Text Example

White with #A0CAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CAA5; }

 p { color: rgb(160,202,165); }

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

background-color css

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

 a { background-color: rgb(160,202,165); }

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

border-color css

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

 span { border-color: rgb(160,202,165); }

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