Html Css Color HEX #AABC7F Caper

📋 copy color: '#AABC7F'

red 170 ◦ green 188 ◦ blue 127

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

Shades of Caper #AABC7F

Tints of Caper #AABC7F

RGB

 RED value IS 170 (66.8% from 255) = 35.05%

 GREEN value IS 188 (73.83% from 255) = 38.76%

 BLUE value IS 127 (50% from 255) = 26.19%

R = 35.05%
G = 38.76%
B = 26.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#AABC7F (or 0xAABC7F) is known color: Caper. HEX triplet: AA, BC and 7F. RGB value is (170,188,127). Sum of RGB (Red+Green+Blue) = 170+188+127=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC7F is #554380. Grayscale: #AFAFAF. Windows color (decimal): -5587841 or 8371370. OLE color: 8371370.

HSL color Cylindrical-coordinate representation of color #AABC7F: hue angle of 77.7º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AABC7F is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 127 -
CMYK 0.10 0 0.32 0.26
HSL 77.7º 0.31% 0.62% -
HSV(B) 77.7º 0.32% 0.74% -
XYZ 38.39 46.04 26.94 -
YUV 175.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 170 188 127 0.10 0 0.32 0.26 77.7 0.31 0.62
Hex AA BC 7F A 0 20 1A 4E 1F 3E
Octal 252 274 177 12 0 40 32 116 37 76
Binary 10101010 10111100 1111111 1010 0 100000 11010 1001110 11111 111110

Color Harmonies of #AABC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC7F

Black with #AABC7F

Text Example


Text Example

White with #AABC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC7F; }

 p { color: rgb(170,188,127); }

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

background-color css

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

 a { background-color: rgb(170,188,127); }

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

border-color css

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

 span { border-color: rgb(170,188,127); }

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