Html Css Color HEX #A5CDAF Gum Leaf

📋 copy color: '#A5CDAF'

red 165 ◦ green 205 ◦ blue 175

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

Shades of Gum Leaf #A5CDAF

Tints of Gum Leaf #A5CDAF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.61%

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

R = 30.28%
G = 37.61%
B = 32.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#A5CDAF (or 0xA5CDAF) is known color: Gum Leaf. HEX triplet: A5, CD and AF. RGB value is (165,205,175). Sum of RGB (Red+Green+Blue) = 165+205+175=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CDAF is #5A3250. Grayscale: #BDBDBD. Windows color (decimal): -5911121 or 11521445. OLE color: 11521445.

HSL color Cylindrical-coordinate representation of color #A5CDAF: hue angle of 135º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CDAF is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 205 175 -
CMYK 0.20 0 0.15 0.20
HSL 135º 0.29% 0.73% -
HSV(B) 135º 0.2% 0.8% -
XYZ 45.09 54.76 48.75 -
YUV 189.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 165 205 175 0.20 0 0.15 0.20 135 0.29 0.73
Hex A5 CD AF 14 0 F 14 87 1D 49
Octal 245 315 257 24 0 17 24 207 35 111
Binary 10100101 11001101 10101111 10100 0 1111 10100 10000111 11101 1001001

Color Harmonies of #A5CDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDAF

Black with #A5CDAF

Text Example


Text Example

White with #A5CDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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