Html Css Color HEX #A0CDA9 Chinook

📋 copy color: '#A0CDA9'

red 160 ◦ green 205 ◦ blue 169

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

Shades of Chinook #A0CDA9

Tints of Chinook #A0CDA9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.39%

 BLUE value IS 169 (66.41% from 255) = 31.65%

R = 29.96%
G = 38.39%
B = 31.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#A0CDA9 (or 0xA0CDA9) is known color: Chinook. HEX triplet: A0, CD and A9. RGB value is (160,205,169). Sum of RGB (Red+Green+Blue) = 160+205+169=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CDA9 is #5F3256. Grayscale: #BBBBBB. Windows color (decimal): -6238807 or 11128224. OLE color: 11128224.

HSL color Cylindrical-coordinate representation of color #A0CDA9: hue angle of 132º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDA9 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 205 169 -
CMYK 0.22 0 0.18 0.20
HSL 132º 0.31% 0.72% -
HSV(B) 132º 0.22% 0.8% -
XYZ 43.49 54 45.67 -
YUV 187.44 117.59 108.43 -
System Red Green Blue C M Y K H S L
Decimal 160 205 169 0.22 0 0.18 0.20 132 0.31 0.72
Hex A0 CD A9 16 0 12 14 84 1F 48
Octal 240 315 251 26 0 22 24 204 37 110
Binary 10100000 11001101 10101001 10110 0 10010 10100 10000100 11111 1001000

Color Harmonies of #A0CDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CDA9

Black with #A0CDA9

Text Example


Text Example

White with #A0CDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CDA9; }

 p { color: rgb(160,205,169); }

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

background-color css

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

 a { background-color: rgb(160,205,169); }

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

border-color css

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

 span { border-color: rgb(160,205,169); }

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