Html Css Color HEX #A3C4A5 Chinook

📋 copy color: '#A3C4A5'

red 163 ◦ green 196 ◦ blue 165

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

Shades of Chinook #A3C4A5

Tints of Chinook #A3C4A5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.4%

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

R = 31.11%
G = 37.4%
B = 31.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#A3C4A5 (or 0xA3C4A5) is known color: Chinook. HEX triplet: A3, C4 and A5. RGB value is (163,196,165). Sum of RGB (Red+Green+Blue) = 163+196+165=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C4A5 is #5C3B5A. Grayscale: #B6B6B6. Windows color (decimal): -6044507 or 10863779. OLE color: 10863779.

HSL color Cylindrical-coordinate representation of color #A3C4A5: hue angle of 123.64º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C4A5 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 196 165 -
CMYK 0.17 0 0.16 0.23
HSL 123.64º 0.22% 0.7% -
HSV(B) 123.64º 0.17% 0.77% -
XYZ 41.64 49.98 43.05 -
YUV 182.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 163 196 165 0.17 0 0.16 0.23 123.64 0.22 0.7
Hex A3 C4 A5 11 0 10 17 7C 16 46
Octal 243 304 245 21 0 20 27 174 26 106
Binary 10100011 11000100 10100101 10001 0 10000 10111 1111100 10110 1000110

Color Harmonies of #A3C4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C4A5

Black with #A3C4A5

Text Example


Text Example

White with #A3C4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C4A5; }

 p { color: rgb(163,196,165); }

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

background-color css

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

 a { background-color: rgb(163,196,165); }

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

border-color css

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

 span { border-color: rgb(163,196,165); }

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