Html Css Color HEX #A5D0AC Chinook

📋 copy color: '#A5D0AC'

red 165 ◦ green 208 ◦ blue 172

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

Shades of Chinook #A5D0AC

Tints of Chinook #A5D0AC

RGB

 RED value IS 165 (64.84% from 255) = 30.28%

 GREEN value IS 208 (81.64% from 255) = 38.17%

 BLUE value IS 172 (67.58% from 255) = 31.56%

R = 30.28%
G = 38.17%
B = 31.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#A5D0AC (or 0xA5D0AC) is known color: Chinook. HEX triplet: A5, D0 and AC. RGB value is (165,208,172). Sum of RGB (Red+Green+Blue) = 165+208+172=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D0AC is #5A2F53. Grayscale: #BFBFBF. Windows color (decimal): -5910356 or 11325605. OLE color: 11325605.

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

Color convert

RGB 165 208 172 -
CMYK 0.21 0 0.17 0.18
HSL 129.77º 0.31% 0.73% -
HSV(B) 129.77º 0.21% 0.82% -
XYZ 45.52 56.09 47.46 -
YUV 191.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 165 208 172 0.21 0 0.17 0.18 129.77 0.31 0.73
Hex A5 D0 AC 15 0 11 12 82 1F 49
Octal 245 320 254 25 0 21 22 202 37 111
Binary 10100101 11010000 10101100 10101 0 10001 10010 10000010 11111 1001001

Color Harmonies of #A5D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D0AC

Black with #A5D0AC

Text Example


Text Example

White with #A5D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D0AC; }

 p { color: rgb(165,208,172); }

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

background-color css

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

 a { background-color: rgb(165,208,172); }

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

border-color css

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

 span { border-color: rgb(165,208,172); }

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