Html Css Color HEX #A5C3AF Gum Leaf

📋 copy color: '#A5C3AF'

red 165 ◦ green 195 ◦ blue 175

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

Shades of Gum Leaf #A5C3AF

Tints of Gum Leaf #A5C3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.45%

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

R = 30.84%
G = 36.45%
B = 32.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#A5C3AF (or 0xA5C3AF) is known color: Gum Leaf. HEX triplet: A5, C3 and AF. RGB value is (165,195,175). Sum of RGB (Red+Green+Blue) = 165+195+175=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C3AF is #5A3C50. Grayscale: #B7B7B7. Windows color (decimal): -5913681 or 11518885. OLE color: 11518885.

HSL color Cylindrical-coordinate representation of color #A5C3AF: hue angle of 140º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5C3AF is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 195 175 -
CMYK 0.15 0 0.10 0.24
HSL 140º 0.2% 0.71% -
HSV(B) 140º 0.15% 0.76% -
XYZ 42.77 50.12 47.98 -
YUV 183.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 165 195 175 0.15 0 0.10 0.24 140 0.2 0.71
Hex A5 C3 AF F 0 A 18 8C 14 47
Octal 245 303 257 17 0 12 30 214 24 107
Binary 10100101 11000011 10101111 1111 0 1010 11000 10001100 10100 1000111

Color Harmonies of #A5C3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C3AF

Black with #A5C3AF

Text Example


Text Example

White with #A5C3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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