Html Css Color HEX #A4CFA5 Chinook

📋 copy color: '#A4CFA5'

red 164 ◦ green 207 ◦ blue 165

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

Shades of Chinook #A4CFA5

Tints of Chinook #A4CFA5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.62%

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

R = 30.6%
G = 38.62%
B = 30.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#A4CFA5 (or 0xA4CFA5) is known color: Chinook. HEX triplet: A4, CF and A5. RGB value is (164,207,165). Sum of RGB (Red+Green+Blue) = 164+207+165=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CFA5 is #5B305A. Grayscale: #BDBDBD. Windows color (decimal): -5976155 or 10866596. OLE color: 10866596.

HSL color Cylindrical-coordinate representation of color #A4CFA5: hue angle of 121.4º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CFA5 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 207 165 -
CMYK 0.21 0 0.20 0.19
HSL 121.4º 0.31% 0.73% -
HSV(B) 121.4º 0.21% 0.81% -
XYZ 44.41 55.23 43.92 -
YUV 189.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 164 207 165 0.21 0 0.20 0.19 121.4 0.31 0.73
Hex A4 CF A5 15 0 14 13 79 1F 49
Octal 244 317 245 25 0 24 23 171 37 111
Binary 10100100 11001111 10100101 10101 0 10100 10011 1111001 11111 1001001

Color Harmonies of #A4CFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CFA5

Black with #A4CFA5

Text Example


Text Example

White with #A4CFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CFA5; }

 p { color: rgb(164,207,165); }

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

background-color css

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

 a { background-color: rgb(164,207,165); }

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

border-color css

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

 span { border-color: rgb(164,207,165); }

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