#A3CCAD

Color #A3CCAD Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #A3CCAD

Tints of Chinook #A3CCAD

Color information

#A3CCAD (or 0xA3CCAD) is unknown color: approx Chinook. HEX triplet: A3, CC and AD. RGB value is (163,204,173). Sum of RGB (Red+Green+Blue) = 163+204+173=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CCAD is #5C3352. Grayscale: #BCBCBC. Windows color (decimal): -6042451 or 11390115. OLE color: 11390115.

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

Color convert

RGB163204173-
CMYK0.2000.150.2
HSL134.63º28.67%71.96%-
HSV(B)134.63º20.1%80%-
XYZ44.2453.9947.62-
YUV188.21119.42110.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.19%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=30.19%
G=37.78%
B=32.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632041730.2000.150.2134.6328.6771.96
HexA3CCAD140F14871d48
Octal243314255240172420735110
Binary10100011110011001010110110100011111010010000111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCAD; }

 p { color: rgb(163,204,173); }

 H1.HeaderClassName
 {
   color: #A3CCAD;
 }
 .AnyTagClassName
 {
   color: #A3CCAD;
 }
</style>
background-color css

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

 a { background-color: rgb(163,204,173); }

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

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

 span { border-color: rgb(163,204,173); }

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