Html Css Color HEX #A5C4AF Gum Leaf

📋 copy color: '#A5C4AF'

red 165 ◦ green 196 ◦ blue 175

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

Shades of Gum Leaf #A5C4AF

Tints of Gum Leaf #A5C4AF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.57%

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

R = 30.78%
G = 36.57%
B = 32.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#A5C4AF (or 0xA5C4AF) is known color: Gum Leaf. HEX triplet: A5, C4 and AF. RGB value is (165,196,175). Sum of RGB (Red+Green+Blue) = 165+196+175=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C4AF is #5A3B50. Grayscale: #B8B8B8. Windows color (decimal): -5913425 or 11519141. OLE color: 11519141.

HSL color Cylindrical-coordinate representation of color #A5C4AF: hue angle of 139.35º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5C4AF is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 196 175 -
CMYK 0.16 0 0.11 0.23
HSL 139.35º 0.21% 0.71% -
HSV(B) 139.35º 0.16% 0.77% -
XYZ 42.99 50.57 48.05 -
YUV 184.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 165 196 175 0.16 0 0.11 0.23 139.35 0.21 0.71
Hex A5 C4 AF 10 0 B 17 8B 15 47
Octal 245 304 257 20 0 13 27 213 25 107
Binary 10100101 11000100 10101111 10000 0 1011 10111 10001011 10101 1000111

Color Harmonies of #A5C4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C4AF

Black with #A5C4AF

Text Example


Text Example

White with #A5C4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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