Html Css Color HEX #A4CBA7 Chinook

📋 copy color: '#A4CBA7'

red 164 ◦ green 203 ◦ blue 167

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

Shades of Chinook #A4CBA7

Tints of Chinook #A4CBA7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.01%

 BLUE value IS 167 (65.63% from 255) = 31.27%

R = 30.71%
G = 38.01%
B = 31.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#A4CBA7 (or 0xA4CBA7) is known color: Chinook. HEX triplet: A4, CB and A7. RGB value is (164,203,167). Sum of RGB (Red+Green+Blue) = 164+203+167=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CBA7 is #5B3458. Grayscale: #BBBBBB. Windows color (decimal): -5977177 or 10996644. OLE color: 10996644.

HSL color Cylindrical-coordinate representation of color #A4CBA7: hue angle of 124.62º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4CBA7 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 203 167 -
CMYK 0.19 0 0.18 0.20
HSL 124.62º 0.27% 0.72% -
HSV(B) 124.62º 0.19% 0.8% -
XYZ 43.64 53.39 44.57 -
YUV 187.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 164 203 167 0.19 0 0.18 0.20 124.62 0.27 0.72
Hex A4 CB A7 13 0 12 14 7D 1B 48
Octal 244 313 247 23 0 22 24 175 33 110
Binary 10100100 11001011 10100111 10011 0 10010 10100 1111101 11011 1001000

Color Harmonies of #A4CBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CBA7

Black with #A4CBA7

Text Example


Text Example

White with #A4CBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CBA7; }

 p { color: rgb(164,203,167); }

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

background-color css

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

 a { background-color: rgb(164,203,167); }

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

border-color css

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

 span { border-color: rgb(164,203,167); }

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