Html Css Color HEX #A1BFA4 Gum Leaf

📋 copy color: '#A1BFA4'

red 161 ◦ green 191 ◦ blue 164

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

Shades of Gum Leaf #A1BFA4

Tints of Gum Leaf #A1BFA4

RGB

 RED value IS 161 (63.28% from 255) = 31.2%

 GREEN value IS 191 (75% from 255) = 37.02%

 BLUE value IS 164 (64.45% from 255) = 31.78%

R = 31.2%
G = 37.02%
B = 31.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#A1BFA4 (or 0xA1BFA4) is known color: Gum Leaf. HEX triplet: A1, BF and A4. RGB value is (161,191,164). Sum of RGB (Red+Green+Blue) = 161+191+164=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BFA4 is #5E405B. Grayscale: #B3B3B3. Windows color (decimal): -6176860 or 10796961. OLE color: 10796961.

HSL color Cylindrical-coordinate representation of color #A1BFA4: hue angle of 126º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BFA4 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 191 164 -
CMYK 0.16 0 0.14 0.25
HSL 126º 0.19% 0.69% -
HSV(B) 126º 0.16% 0.75% -
XYZ 40.03 47.52 42.18 -
YUV 178.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 161 191 164 0.16 0 0.14 0.25 126 0.19 0.69
Hex A1 BF A4 10 0 E 19 7E 13 45
Octal 241 277 244 20 0 16 31 176 23 105
Binary 10100001 10111111 10100100 10000 0 1110 11001 1111110 10011 1000101

Color Harmonies of #A1BFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BFA4

Black with #A1BFA4

Text Example


Text Example

White with #A1BFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BFA4; }

 p { color: rgb(161,191,164); }

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

background-color css

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

 a { background-color: rgb(161,191,164); }

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

border-color css

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

 span { border-color: rgb(161,191,164); }

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