Html Css Color HEX #A4CDAB Chinook

📋 copy color: '#A4CDAB'

red 164 ◦ green 205 ◦ blue 171

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

Shades of Chinook #A4CDAB

Tints of Chinook #A4CDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.67%

R = 30.37%
G = 37.96%
B = 31.67%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#A4CDAB (or 0xA4CDAB) is known color: Chinook. HEX triplet: A4, CD and AB. RGB value is (164,205,171). Sum of RGB (Red+Green+Blue) = 164+205+171=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CDAB is #5B3254. Grayscale: #BCBCBC. Windows color (decimal): -5976661 or 11259300. OLE color: 11259300.

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

Color convert

RGB 164 205 171 -
CMYK 0.2 0 0.17 0.20
HSL 130.24º 0.29% 0.72% -
HSV(B) 130.24º 0.2% 0.8% -
XYZ 44.49 54.5 46.7 -
YUV 188.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 164 205 171 0.2 0 0.17 0.20 130.24 0.29 0.72
Hex A4 CD AB 14 0 11 14 82 1D 48
Octal 244 315 253 24 0 21 24 202 35 110
Binary 10100100 11001101 10101011 10100 0 10001 10100 10000010 11101 1001000

Color Harmonies of #A4CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CDAB

Black with #A4CDAB

Text Example


Text Example

White with #A4CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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