Html Css Color HEX #A5BCAD Gum Leaf

📋 copy color: '#A5BCAD'

red 165 ◦ green 188 ◦ blue 173

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

Shades of Gum Leaf #A5BCAD

Tints of Gum Leaf #A5BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.74%

 BLUE value IS 173 (67.97% from 255) = 32.89%

R = 31.37%
G = 35.74%
B = 32.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#A5BCAD (or 0xA5BCAD) is known color: Gum Leaf. HEX triplet: A5, BC and AD. RGB value is (165,188,173). Sum of RGB (Red+Green+Blue) = 165+188+173=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCAD is #5A4352. Grayscale: #B3B3B3. Windows color (decimal): -5915475 or 11386021. OLE color: 11386021.

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

Color convert

RGB 165 188 173 -
CMYK 0.12 0 0.08 0.26
HSL 140.87º 0.15% 0.69% -
HSV(B) 140.87º 0.12% 0.74% -
XYZ 41.04 46.98 46.44 -
YUV 179.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 165 188 173 0.12 0 0.08 0.26 140.87 0.15 0.69
Hex A5 BC AD C 0 8 1A 8D F 45
Octal 245 274 255 14 0 10 32 215 17 105
Binary 10100101 10111100 10101101 1100 0 1000 11010 10001101 1111 1000101

Color Harmonies of #A5BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCAD

Black with #A5BCAD

Text Example


Text Example

White with #A5BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCAD; }

 p { color: rgb(165,188,173); }

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

background-color css

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

 a { background-color: rgb(165,188,173); }

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

border-color css

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

 span { border-color: rgb(165,188,173); }

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