Html Css Color HEX #A5CAAE Gum Leaf

📋 copy color: '#A5CAAE'

red 165 ◦ green 202 ◦ blue 174

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

Shades of Gum Leaf #A5CAAE

Tints of Gum Leaf #A5CAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.16%

R = 30.5%
G = 37.34%
B = 32.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#A5CAAE (or 0xA5CAAE) is known color: Gum Leaf. HEX triplet: A5, CA and AE. RGB value is (165,202,174). Sum of RGB (Red+Green+Blue) = 165+202+174=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CAAE is #5A3551. Grayscale: #BBBBBB. Windows color (decimal): -5911890 or 11455141. OLE color: 11455141.

HSL color Cylindrical-coordinate representation of color #A5CAAE: hue angle of 134.59º 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 #A5CAAE is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 174 -
CMYK 0.18 0 0.14 0.21
HSL 134.59º 0.26% 0.72% -
HSV(B) 134.59º 0.18% 0.79% -
XYZ 44.28 53.3 48 -
YUV 187.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 165 202 174 0.18 0 0.14 0.21 134.59 0.26 0.72
Hex A5 CA AE 12 0 E 15 87 1A 48
Octal 245 312 256 22 0 16 25 207 32 110
Binary 10100101 11001010 10101110 10010 0 1110 10101 10000111 11010 1001000

Color Harmonies of #A5CAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CAAE

Black with #A5CAAE

Text Example


Text Example

White with #A5CAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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