Html Css Color HEX #A4CDA9 Chinook

📋 copy color: '#A4CDA9'

red 164 ◦ green 205 ◦ blue 169

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

Shades of Chinook #A4CDA9

Tints of Chinook #A4CDA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.41%

R = 30.48%
G = 38.1%
B = 31.41%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#A4CDA9 (or 0xA4CDA9) is known color: Chinook. HEX triplet: A4, CD and A9. RGB value is (164,205,169). Sum of RGB (Red+Green+Blue) = 164+205+169=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CDA9 is #5B3256. Grayscale: #BCBCBC. Windows color (decimal): -5976663 or 11128228. OLE color: 11128228.

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

Color convert

RGB 164 205 169 -
CMYK 0.2 0 0.18 0.20
HSL 127.32º 0.29% 0.72% -
HSV(B) 127.32º 0.2% 0.8% -
XYZ 44.3 54.42 45.71 -
YUV 188.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 164 205 169 0.2 0 0.18 0.20 127.32 0.29 0.72
Hex A4 CD A9 14 0 12 14 7F 1D 48
Octal 244 315 251 24 0 22 24 177 35 110
Binary 10100100 11001101 10101001 10100 0 10010 10100 1111111 11101 1001000

Color Harmonies of #A4CDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CDA9

Black with #A4CDA9

Text Example


Text Example

White with #A4CDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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