Html Css Color HEX #A4CDA6 Chinook

📋 copy color: '#A4CDA6'

red 164 ◦ green 205 ◦ blue 166

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

Shades of Chinook #A4CDA6

Tints of Chinook #A4CDA6

RGB

 RED value IS 164 (64.45% from 255) = 30.65%

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

 BLUE value IS 166 (65.23% from 255) = 31.03%

R = 30.65%
G = 38.32%
B = 31.03%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#A4CDA6 (or 0xA4CDA6) is known color: Chinook. HEX triplet: A4, CD and A6. RGB value is (164,205,166). Sum of RGB (Red+Green+Blue) = 164+205+166=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CDA6 is #5B3259. Grayscale: #BCBCBC. Windows color (decimal): -5976666 or 10931620. OLE color: 10931620.

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

Color convert

RGB 164 205 166 -
CMYK 0.2 0 0.19 0.20
HSL 122.93º 0.29% 0.72% -
HSV(B) 122.93º 0.2% 0.8% -
XYZ 44.02 54.31 44.24 -
YUV 188.3 115.42 110.67 -
System Red Green Blue C M Y K H S L
Decimal 164 205 166 0.2 0 0.19 0.20 122.93 0.29 0.72
Hex A4 CD A6 14 0 13 14 7B 1D 48
Octal 244 315 246 24 0 23 24 173 35 110
Binary 10100100 11001101 10100110 10100 0 10011 10100 1111011 11101 1001000

Color Harmonies of #A4CDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CDA6

Black with #A4CDA6

Text Example


Text Example

White with #A4CDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CDA6; }

 p { color: rgb(164,205,166); }

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

background-color css

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

 a { background-color: rgb(164,205,166); }

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

border-color css

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

 span { border-color: rgb(164,205,166); }

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