Html Css Color HEX #A3CCAA Chinook

📋 copy color: '#A3CCAA'

red 163 ◦ green 204 ◦ blue 170

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

Shades of Chinook #A3CCAA

Tints of Chinook #A3CCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.99%

 BLUE value IS 170 (66.8% from 255) = 31.66%

R = 30.35%
G = 37.99%
B = 31.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#A3CCAA (or 0xA3CCAA) is known color: Chinook. HEX triplet: A3, CC and AA. RGB value is (163,204,170). Sum of RGB (Red+Green+Blue) = 163+204+170=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CCAA is #5C3355. Grayscale: #BBBBBB. Windows color (decimal): -6042454 or 11193507. OLE color: 11193507.

HSL color Cylindrical-coordinate representation of color #A3CCAA: hue angle of 130.24º 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 #A3CCAA is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 204 170 -
CMYK 0.20 0 0.17 0.2
HSL 130.24º 0.29% 0.72% -
HSV(B) 130.24º 0.2% 0.8% -
XYZ 43.95 53.87 46.11 -
YUV 187.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 163 204 170 0.20 0 0.17 0.2 130.24 0.29 0.72
Hex A3 CC AA 14 0 11 14 82 1D 48
Octal 243 314 252 24 0 21 24 202 35 110
Binary 10100011 11001100 10101010 10100 0 10001 10100 10000010 11101 1001000

Color Harmonies of #A3CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CCAA

Black with #A3CCAA

Text Example


Text Example

White with #A3CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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