Html Css Color HEX #A7BEAC Gum Leaf

📋 copy color: '#A7BEAC'

red 167 ◦ green 190 ◦ blue 172

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

Shades of Gum Leaf #A7BEAC

Tints of Gum Leaf #A7BEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.92%

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

R = 31.57%
G = 35.92%
B = 32.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A7BEAC (or 0xA7BEAC) is known color: Gum Leaf. HEX triplet: A7, BE and AC. RGB value is (167,190,172). Sum of RGB (Red+Green+Blue) = 167+190+172=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BEAC is #584153. Grayscale: #B5B5B5. Windows color (decimal): -5783892 or 11320999. OLE color: 11320999.

HSL color Cylindrical-coordinate representation of color #A7BEAC: hue angle of 133.04º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BEAC is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 190 172 -
CMYK 0.12 0 0.09 0.25
HSL 133.04º 0.15% 0.7% -
HSV(B) 133.04º 0.12% 0.75% -
XYZ 41.8 48.02 46.1 -
YUV 181.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 167 190 172 0.12 0 0.09 0.25 133.04 0.15 0.7
Hex A7 BE AC C 0 9 19 85 F 46
Octal 247 276 254 14 0 11 31 205 17 106
Binary 10100111 10111110 10101100 1100 0 1001 11001 10000101 1111 1000110

Color Harmonies of #A7BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BEAC

Black with #A7BEAC

Text Example


Text Example

White with #A7BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BEAC; }

 p { color: rgb(167,190,172); }

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

background-color css

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

 a { background-color: rgb(167,190,172); }

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

border-color css

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

 span { border-color: rgb(167,190,172); }

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