Html Css Color HEX #A5CAAB Gum Leaf

📋 copy color: '#A5CAAB'

red 165 ◦ green 202 ◦ blue 171

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

Shades of Gum Leaf #A5CAAB

Tints of Gum Leaf #A5CAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.78%

R = 30.67%
G = 37.55%
B = 31.78%

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

#A5CAAB (or 0xA5CAAB) is known color: Gum Leaf. HEX triplet: A5, CA and AB. RGB value is (165,202,171). Sum of RGB (Red+Green+Blue) = 165+202+171=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CAAB is #5A3554. Grayscale: #BBBBBB. Windows color (decimal): -5911893 or 11258533. OLE color: 11258533.

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

Color convert

RGB 165 202 171 -
CMYK 0.18 0 0.15 0.21
HSL 129.73º 0.26% 0.72% -
HSV(B) 129.73º 0.18% 0.79% -
XYZ 43.99 53.18 46.47 -
YUV 187.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 165 202 171 0.18 0 0.15 0.21 129.73 0.26 0.72
Hex A5 CA AB 12 0 F 15 82 1A 48
Octal 245 312 253 22 0 17 25 202 32 110
Binary 10100101 11001010 10101011 10010 0 1111 10101 10000010 11010 1001000

Color Harmonies of #A5CAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CAAB

Black with #A5CAAB

Text Example


Text Example

White with #A5CAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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