Html Css Color HEX #A5BDAC Gum Leaf

📋 copy color: '#A5BDAC'

red 165 ◦ green 189 ◦ blue 172

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

Shades of Gum Leaf #A5BDAC

Tints of Gum Leaf #A5BDAC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.93%

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

R = 31.37%
G = 35.93%
B = 32.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#A5BDAC (or 0xA5BDAC) is known color: Gum Leaf. HEX triplet: A5, BD and AC. RGB value is (165,189,172). Sum of RGB (Red+Green+Blue) = 165+189+172=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDAC is #5A4253. Grayscale: #B3B3B3. Windows color (decimal): -5915220 or 11320741. OLE color: 11320741.

HSL color Cylindrical-coordinate representation of color #A5BDAC: hue angle of 137.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BDAC is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 172 -
CMYK 0.13 0 0.09 0.26
HSL 137.5º 0.15% 0.69% -
HSV(B) 137.5º 0.13% 0.74% -
XYZ 41.16 47.37 46 -
YUV 179.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 165 189 172 0.13 0 0.09 0.26 137.5 0.15 0.69
Hex A5 BD AC D 0 9 1A 8A F 45
Octal 245 275 254 15 0 11 32 212 17 105
Binary 10100101 10111101 10101100 1101 0 1001 11010 10001010 1111 1000101

Color Harmonies of #A5BDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDAC

Black with #A5BDAC

Text Example


Text Example

White with #A5BDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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