Html Css Color HEX #A5CAAC Gum Leaf

📋 copy color: '#A5CAAC'

red 165 ◦ green 202 ◦ blue 172

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

Shades of Gum Leaf #A5CAAC

Tints of Gum Leaf #A5CAAC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.48%

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

R = 30.61%
G = 37.48%
B = 31.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#A5CAAC (or 0xA5CAAC) is known color: Gum Leaf. HEX triplet: A5, CA and AC. RGB value is (165,202,172). Sum of RGB (Red+Green+Blue) = 165+202+172=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CAAC is #5A3553. Grayscale: #BBBBBB. Windows color (decimal): -5911892 or 11324069. OLE color: 11324069.

HSL color Cylindrical-coordinate representation of color #A5CAAC: hue angle of 131.35º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5CAAC is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 172 -
CMYK 0.18 0 0.15 0.21
HSL 131.35º 0.26% 0.72% -
HSV(B) 131.35º 0.18% 0.79% -
XYZ 44.08 53.22 46.98 -
YUV 187.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 165 202 172 0.18 0 0.15 0.21 131.35 0.26 0.72
Hex A5 CA AC 12 0 F 15 83 1A 48
Octal 245 312 254 22 0 17 25 203 32 110
Binary 10100101 11001010 10101100 10010 0 1111 10101 10000011 11010 1001000

Color Harmonies of #A5CAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CAAC

Black with #A5CAAC

Text Example


Text Example

White with #A5CAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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