Html Css Color HEX #A5C0AF Gum Leaf

📋 copy color: '#A5C0AF'

red 165 ◦ green 192 ◦ blue 175

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

Shades of Gum Leaf #A5C0AF

Tints of Gum Leaf #A5C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.09%

 BLUE value IS 175 (68.75% from 255) = 32.89%

R = 31.02%
G = 36.09%
B = 32.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A5C0AF (or 0xA5C0AF) is known color: Gum Leaf. HEX triplet: A5, C0 and AF. RGB value is (165,192,175). Sum of RGB (Red+Green+Blue) = 165+192+175=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C0AF is #5A3F50. Grayscale: #B6B6B6. Windows color (decimal): -5914449 or 11518117. OLE color: 11518117.

HSL color Cylindrical-coordinate representation of color #A5C0AF: hue angle of 142.22º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5C0AF is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 175 -
CMYK 0.14 0 0.09 0.25
HSL 142.22º 0.18% 0.7% -
HSV(B) 142.22º 0.14% 0.75% -
XYZ 42.1 48.79 47.76 -
YUV 181.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 165 192 175 0.14 0 0.09 0.25 142.22 0.18 0.7
Hex A5 C0 AF E 0 9 19 8E 12 46
Octal 245 300 257 16 0 11 31 216 22 106
Binary 10100101 11000000 10101111 1110 0 1001 11001 10001110 10010 1000110

Color Harmonies of #A5C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C0AF

Black with #A5C0AF

Text Example


Text Example

White with #A5C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C0AF; }

 p { color: rgb(165,192,175); }

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

background-color css

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

 a { background-color: rgb(165,192,175); }

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

border-color css

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

 span { border-color: rgb(165,192,175); }

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