Html Css Color HEX #A4CFAE Chinook

📋 copy color: '#A4CFAE'

red 164 ◦ green 207 ◦ blue 174

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

Shades of Chinook #A4CFAE

Tints of Chinook #A4CFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.93%

R = 30.09%
G = 37.98%
B = 31.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#A4CFAE (or 0xA4CFAE) is known color: Chinook. HEX triplet: A4, CF and AE. RGB value is (164,207,174). Sum of RGB (Red+Green+Blue) = 164+207+174=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CFAE is #5B3051. Grayscale: #BEBEBE. Windows color (decimal): -5976146 or 11456420. OLE color: 11456420.

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

Color convert

RGB 164 207 174 -
CMYK 0.21 0 0.16 0.19
HSL 133.95º 0.31% 0.73% -
HSV(B) 133.95º 0.21% 0.81% -
XYZ 45.26 55.57 48.39 -
YUV 190.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 164 207 174 0.21 0 0.16 0.19 133.95 0.31 0.73
Hex A4 CF AE 15 0 10 13 86 1F 49
Octal 244 317 256 25 0 20 23 206 37 111
Binary 10100100 11001111 10101110 10101 0 10000 10011 10000110 11111 1001001

Color Harmonies of #A4CFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CFAE

Black with #A4CFAE

Text Example


Text Example

White with #A4CFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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