Html Css Color HEX #A7CAB4 Gum Leaf

📋 copy color: '#A7CAB4'

red 167 ◦ green 202 ◦ blue 180

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

Shades of Gum Leaf #A7CAB4

Tints of Gum Leaf #A7CAB4

RGB

 RED value IS 167 (65.63% from 255) = 30.42%

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

 BLUE value IS 180 (70.7% from 255) = 32.79%

R = 30.42%
G = 36.79%
B = 32.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#A7CAB4 (or 0xA7CAB4) is known color: Gum Leaf. HEX triplet: A7, CA and B4. RGB value is (167,202,180). Sum of RGB (Red+Green+Blue) = 167+202+180=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CAB4 is #58354B. Grayscale: #BDBDBD. Windows color (decimal): -5780812 or 11848359. OLE color: 11848359.

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

Color convert

RGB 167 202 180 -
CMYK 0.17 0 0.11 0.21
HSL 142.29º 0.25% 0.72% -
HSV(B) 142.29º 0.17% 0.79% -
XYZ 45.3 53.75 51.17 -
YUV 189.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 167 202 180 0.17 0 0.11 0.21 142.29 0.25 0.72
Hex A7 CA B4 11 0 B 15 8E 19 48
Octal 247 312 264 21 0 13 25 216 31 110
Binary 10100111 11001010 10110100 10001 0 1011 10101 10001110 11001 1001000

Color Harmonies of #A7CAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CAB4

Black with #A7CAB4

Text Example


Text Example

White with #A7CAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CAB4; }

 p { color: rgb(167,202,180); }

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

background-color css

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

 a { background-color: rgb(167,202,180); }

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

border-color css

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

 span { border-color: rgb(167,202,180); }

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