Html Css Color HEX #A3D2AB Chinook

📋 copy color: '#A3D2AB'

red 163 ◦ green 210 ◦ blue 171

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

Shades of Chinook #A3D2AB

Tints of Chinook #A3D2AB

RGB

 RED value IS 163 (64.06% from 255) = 29.96%

 GREEN value IS 210 (82.42% from 255) = 38.6%

 BLUE value IS 171 (67.19% from 255) = 31.43%

R = 29.96%
G = 38.6%
B = 31.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#A3D2AB (or 0xA3D2AB) is known color: Chinook. HEX triplet: A3, D2 and AB. RGB value is (163,210,171). Sum of RGB (Red+Green+Blue) = 163+210+171=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D2AB is #5C2D54. Grayscale: #BFBFBF. Windows color (decimal): -6040917 or 11260579. OLE color: 11260579.

HSL color Cylindrical-coordinate representation of color #A3D2AB: hue angle of 130.21º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3D2AB is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 210 171 -
CMYK 0.22 0 0.19 0.18
HSL 130.21º 0.34% 0.73% -
HSV(B) 130.21º 0.22% 0.82% -
XYZ 45.5 56.82 47.1 -
YUV 191.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 163 210 171 0.22 0 0.19 0.18 130.21 0.34 0.73
Hex A3 D2 AB 16 0 13 12 82 22 49
Octal 243 322 253 26 0 23 22 202 42 111
Binary 10100011 11010010 10101011 10110 0 10011 10010 10000010 100010 1001001

Color Harmonies of #A3D2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D2AB

Black with #A3D2AB

Text Example


Text Example

White with #A3D2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D2AB; }

 p { color: rgb(163,210,171); }

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

background-color css

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

 a { background-color: rgb(163,210,171); }

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

border-color css

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

 span { border-color: rgb(163,210,171); }

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