Html Css Color HEX #A5BCAC Gum Leaf

📋 copy color: '#A5BCAC'

red 165 ◦ green 188 ◦ blue 172

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

Shades of Gum Leaf #A5BCAC

Tints of Gum Leaf #A5BCAC

RGB

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

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

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

R = 31.43%
G = 35.81%
B = 32.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#A5BCAC (or 0xA5BCAC) is known color: Gum Leaf. HEX triplet: A5, BC and AC. RGB value is (165,188,172). Sum of RGB (Red+Green+Blue) = 165+188+172=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCAC is #5A4353. Grayscale: #B3B3B3. Windows color (decimal): -5915476 or 11320485. OLE color: 11320485.

HSL color Cylindrical-coordinate representation of color #A5BCAC: hue angle of 138.26º 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 #A5BCAC is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 172 -
CMYK 0.12 0 0.09 0.26
HSL 138.26º 0.15% 0.69% -
HSV(B) 138.26º 0.12% 0.74% -
XYZ 40.95 46.94 45.93 -
YUV 179.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 165 188 172 0.12 0 0.09 0.26 138.26 0.15 0.69
Hex A5 BC AC C 0 9 1A 8A F 45
Octal 245 274 254 14 0 11 32 212 17 105
Binary 10100101 10111100 10101100 1100 0 1001 11010 10001010 1111 1000101

Color Harmonies of #A5BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCAC

Black with #A5BCAC

Text Example


Text Example

White with #A5BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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